diff --git a/Cargo.lock b/Cargo.lock index ade81009..ddb4ddc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,7 +129,7 @@ dependencies = [ [[package]] name = "atrium-api" -version = "0.21.3" +version = "0.22.0" dependencies = [ "async-trait", "atrium-xrpc", @@ -166,7 +166,7 @@ dependencies = [ [[package]] name = "atrium-xrpc" -version = "0.10.7" +version = "0.11.0" dependencies = [ "async-trait", "http 1.1.0", @@ -180,7 +180,7 @@ dependencies = [ [[package]] name = "atrium-xrpc-client" -version = "0.5.3" +version = "0.5.4" dependencies = [ "async-trait", "atrium-xrpc", diff --git a/Cargo.toml b/Cargo.toml index 05befb65..291f76df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,9 +21,9 @@ keywords = ["atproto", "bluesky"] [workspace.dependencies] # Intra-workspace dependencies -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" } +atrium-api = { version = "0.22.0", path = "atrium-api" } +atrium-xrpc = { version = "0.11.0", path = "atrium-xrpc" } +atrium-xrpc-client = { version = "0.5.4", 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 4e025216..7832c1be 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.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.21.3...atrium-api-v0.22.0) - 2024-05-22 + +### Added +- Add supporting atproto headers ([#175](https://github.com/sugyan/atrium/pull/175)) + ## [0.21.3](https://github.com/sugyan/atrium/compare/atrium-api-v0.21.2...atrium-api-v0.21.3) - 2024-05-20 ### Added diff --git a/atrium-api/Cargo.toml b/atrium-api/Cargo.toml index a8ed0f06..91fecf44 100644 --- a/atrium-api/Cargo.toml +++ b/atrium-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-api" -version = "0.21.3" +version = "0.22.0" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true diff --git a/atrium-xrpc-client/CHANGELOG.md b/atrium-xrpc-client/CHANGELOG.md index 96858b97..f3d45619 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.4](https://github.com/sugyan/atrium/compare/atrium-xrpc-client-v0.5.3...atrium-xrpc-client-v0.5.4) - 2024-05-22 + +### Added +- Add supporting atproto headers ([#175](https://github.com/sugyan/atrium/pull/175)) + ## [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 diff --git a/atrium-xrpc-client/Cargo.toml b/atrium-xrpc-client/Cargo.toml index d4ca785c..cb4e5225 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.3" +version = "0.5.4" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true diff --git a/atrium-xrpc/CHANGELOG.md b/atrium-xrpc/CHANGELOG.md index b7f2cfef..7eb8c369 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.11.0](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.10.7...atrium-xrpc-v0.11.0) - 2024-05-22 + +### Added +- Add supporting atproto headers ([#175](https://github.com/sugyan/atrium/pull/175)) + ## [0.10.7](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.10.6...atrium-xrpc-v0.10.7) - 2024-05-20 ### Other diff --git a/atrium-xrpc/Cargo.toml b/atrium-xrpc/Cargo.toml index 188e522a..d7150627 100644 --- a/atrium-xrpc/Cargo.toml +++ b/atrium-xrpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-xrpc" -version = "0.10.7" +version = "0.11.0" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true