From 4c9cbea39d0f64b29032f01ac4f7e576218d810b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 07:45:21 +0000 Subject: [PATCH 1/2] chore: release --- Cargo.lock | 6 +++--- Cargo.toml | 6 +++--- atrium-api/CHANGELOG.md | 5 +++++ atrium-api/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 +- 8 files changed, 24 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ade81009..00458327 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,7 +129,7 @@ dependencies = [ [[package]] name = "atrium-api" -version = "0.21.3" +version = "0.21.4" dependencies = [ "async-trait", "atrium-xrpc", @@ -166,7 +166,7 @@ dependencies = [ [[package]] name = "atrium-xrpc" -version = "0.10.7" +version = "0.10.8" 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..1e510956 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.21.4", path = "atrium-api" } +atrium-xrpc = { version = "0.10.8", 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..c404f86f 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.4](https://github.com/sugyan/atrium/compare/atrium-api-v0.21.3...atrium-api-v0.21.4) - 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..a36833ef 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.21.4" 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..d9c85bc8 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.8](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.10.7...atrium-xrpc-v0.10.8) - 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..012ac2c2 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.10.8" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true From 2a46d9056d32e136b4fa265fc162da9b764a7167 Mon Sep 17 00:00:00 2001 From: sugyan Date: Wed, 22 May 2024 16:50:03 +0900 Subject: [PATCH 2/2] Force version bump --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- atrium-api/CHANGELOG.md | 2 +- atrium-api/Cargo.toml | 2 +- atrium-xrpc/CHANGELOG.md | 2 +- atrium-xrpc/Cargo.toml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00458327..ddb4ddc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,7 +129,7 @@ dependencies = [ [[package]] name = "atrium-api" -version = "0.21.4" +version = "0.22.0" dependencies = [ "async-trait", "atrium-xrpc", @@ -166,7 +166,7 @@ dependencies = [ [[package]] name = "atrium-xrpc" -version = "0.10.8" +version = "0.11.0" dependencies = [ "async-trait", "http 1.1.0", diff --git a/Cargo.toml b/Cargo.toml index 1e510956..291f76df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,8 +21,8 @@ keywords = ["atproto", "bluesky"] [workspace.dependencies] # Intra-workspace dependencies -atrium-api = { version = "0.21.4", path = "atrium-api" } -atrium-xrpc = { version = "0.10.8", path = "atrium-xrpc" } +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 diff --git a/atrium-api/CHANGELOG.md b/atrium-api/CHANGELOG.md index c404f86f..7832c1be 100644 --- a/atrium-api/CHANGELOG.md +++ b/atrium-api/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.21.4](https://github.com/sugyan/atrium/compare/atrium-api-v0.21.3...atrium-api-v0.21.4) - 2024-05-22 +## [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)) diff --git a/atrium-api/Cargo.toml b/atrium-api/Cargo.toml index a36833ef..91fecf44 100644 --- a/atrium-api/Cargo.toml +++ b/atrium-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-api" -version = "0.21.4" +version = "0.22.0" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true diff --git a/atrium-xrpc/CHANGELOG.md b/atrium-xrpc/CHANGELOG.md index d9c85bc8..7eb8c369 100644 --- a/atrium-xrpc/CHANGELOG.md +++ b/atrium-xrpc/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.10.8](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.10.7...atrium-xrpc-v0.10.8) - 2024-05-22 +## [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)) diff --git a/atrium-xrpc/Cargo.toml b/atrium-xrpc/Cargo.toml index 012ac2c2..d7150627 100644 --- a/atrium-xrpc/Cargo.toml +++ b/atrium-xrpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-xrpc" -version = "0.10.8" +version = "0.11.0" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true