From 29e43bf7e2e916d627425e21e39700d918d2ca1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 01:12:24 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 2 +- Cargo.toml | 2 +- atrium-api/CHANGELOG.md | 5 +++++ atrium-api/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 225c36a7..49e271b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,7 +129,7 @@ dependencies = [ [[package]] name = "atrium-api" -version = "0.22.1" +version = "0.22.2" dependencies = [ "async-trait", "atrium-xrpc", diff --git a/Cargo.toml b/Cargo.toml index af45ae7d..4a96f82e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ keywords = ["atproto", "bluesky"] [workspace.dependencies] # Intra-workspace dependencies -atrium-api = { version = "0.22.1", path = "atrium-api" } +atrium-api = { version = "0.22.2", path = "atrium-api" } atrium-xrpc = { version = "0.11.0", path = "atrium-xrpc" } atrium-xrpc-client = { version = "0.5.4", path = "atrium-xrpc-client" } diff --git a/atrium-api/CHANGELOG.md b/atrium-api/CHANGELOG.md index ede49d16..443cfc30 100644 --- a/atrium-api/CHANGELOG.md +++ b/atrium-api/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.2](https://github.com/sugyan/atrium/compare/atrium-api-v0.22.1...atrium-api-v0.22.2) - 2024-05-27 + +### Added +- Update api ([#182](https://github.com/sugyan/atrium/pull/182)) + ## [0.22.1](https://github.com/sugyan/atrium/compare/atrium-api-v0.22.0...atrium-api-v0.22.1) - 2024-05-23 ### Added diff --git a/atrium-api/Cargo.toml b/atrium-api/Cargo.toml index b8ac8f62..c0e11dea 100644 --- a/atrium-api/Cargo.toml +++ b/atrium-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-api" -version = "0.22.1" +version = "0.22.2" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true