From 5dc9750e5d47214b33a64bf892d675503684898d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 00:09:12 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 8 ++++---- Cargo.toml | 6 +++--- atrium-api/CHANGELOG.md | 5 +++++ atrium-api/Cargo.toml | 2 +- atrium-cli/CHANGELOG.md | 5 +++++ atrium-cli/Cargo.toml | 2 +- atrium-xrpc-client/CHANGELOG.md | 5 +++++ atrium-xrpc-client/Cargo.toml | 2 +- atrium-xrpc/CHANGELOG.md | 5 +++++ atrium-xrpc/Cargo.toml | 2 +- 10 files changed, 31 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fce8fe00..ade81009 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,7 +129,7 @@ dependencies = [ [[package]] name = "atrium-api" -version = "0.21.2" +version = "0.21.3" dependencies = [ "async-trait", "atrium-xrpc", @@ -150,7 +150,7 @@ dependencies = [ [[package]] name = "atrium-cli" -version = "0.1.12" +version = "0.1.13" dependencies = [ "anyhow", "async-trait", @@ -166,7 +166,7 @@ dependencies = [ [[package]] name = "atrium-xrpc" -version = "0.10.6" +version = "0.10.7" dependencies = [ "async-trait", "http 1.1.0", @@ -180,7 +180,7 @@ dependencies = [ [[package]] name = "atrium-xrpc-client" -version = "0.5.2" +version = "0.5.3" dependencies = [ "async-trait", "atrium-xrpc", diff --git a/Cargo.toml b/Cargo.toml index efee2971..05befb65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,9 +21,9 @@ keywords = ["atproto", "bluesky"] [workspace.dependencies] # Intra-workspace dependencies -atrium-api = { version = "0.21.2", path = "atrium-api" } -atrium-xrpc = { version = "0.10.6", path = "atrium-xrpc" } -atrium-xrpc-client = { version = "0.5.2", path = "atrium-xrpc-client" } +atrium-api = { version = "0.21.3", path = "atrium-api" } +atrium-xrpc = { version = "0.10.7", path = "atrium-xrpc" } +atrium-xrpc-client = { version = "0.5.3", path = "atrium-xrpc-client" } # async in traits # Can be removed once MSRV is at least 1.75.0. diff --git a/atrium-api/CHANGELOG.md b/atrium-api/CHANGELOG.md index f8820bf2..4e025216 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.21.3](https://github.com/sugyan/atrium/compare/atrium-api-v0.21.2...atrium-api-v0.21.3) - 2024-05-20 + +### Added +- *(api)* Add namespace features ([#174](https://github.com/sugyan/atrium/pull/174)) + ## [0.21.2](https://github.com/sugyan/atrium/compare/atrium-api-v0.21.1...atrium-api-v0.21.2) - 2024-05-17 ### Added diff --git a/atrium-api/Cargo.toml b/atrium-api/Cargo.toml index 8f0a45ef..a8ed0f06 100644 --- a/atrium-api/Cargo.toml +++ b/atrium-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-api" -version = "0.21.2" +version = "0.21.3" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true diff --git a/atrium-cli/CHANGELOG.md b/atrium-cli/CHANGELOG.md index eb88dd12..5d9750dd 100644 --- a/atrium-cli/CHANGELOG.md +++ b/atrium-cli/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.13](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.12...atrium-cli-v0.1.13) - 2024-05-20 + +### Other +- update Cargo.toml dependencies + ## [0.1.12](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.11...atrium-cli-v0.1.12) - 2024-05-17 ### Other diff --git a/atrium-cli/Cargo.toml b/atrium-cli/Cargo.toml index 79d5eb08..add44f59 100644 --- a/atrium-cli/Cargo.toml +++ b/atrium-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-cli" -version = "0.1.12" +version = "0.1.13" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true diff --git a/atrium-xrpc-client/CHANGELOG.md b/atrium-xrpc-client/CHANGELOG.md index d28c0268..96858b97 100644 --- a/atrium-xrpc-client/CHANGELOG.md +++ b/atrium-xrpc-client/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.3](https://github.com/sugyan/atrium/compare/atrium-xrpc-client-v0.5.2...atrium-xrpc-client-v0.5.3) - 2024-05-20 + +### Other +- update Cargo.toml dependencies + ## [0.5.2](https://github.com/sugyan/atrium/compare/atrium-xrpc-client-v0.5.1...atrium-xrpc-client-v0.5.2) - 2024-04-17 ### Added diff --git a/atrium-xrpc-client/Cargo.toml b/atrium-xrpc-client/Cargo.toml index 1b9a2b31..d4ca785c 100644 --- a/atrium-xrpc-client/Cargo.toml +++ b/atrium-xrpc-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-xrpc-client" -version = "0.5.2" +version = "0.5.3" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true diff --git a/atrium-xrpc/CHANGELOG.md b/atrium-xrpc/CHANGELOG.md index c92fecd0..b7f2cfef 100644 --- a/atrium-xrpc/CHANGELOG.md +++ b/atrium-xrpc/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.7](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.10.6...atrium-xrpc-v0.10.7) - 2024-05-20 + +### Other +- update Cargo.toml dependencies + ## [0.10.6](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.10.5...atrium-xrpc-v0.10.6) - 2024-05-17 ### Added diff --git a/atrium-xrpc/Cargo.toml b/atrium-xrpc/Cargo.toml index c078349b..188e522a 100644 --- a/atrium-xrpc/Cargo.toml +++ b/atrium-xrpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-xrpc" -version = "0.10.6" +version = "0.10.7" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true