diff --git a/Cargo.lock b/Cargo.lock index 2cfe04b8..6c2a67a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,7 +129,7 @@ dependencies = [ [[package]] name = "atrium-api" -version = "0.23.1" +version = "0.23.2" dependencies = [ "async-trait", "atrium-xrpc", @@ -239,7 +239,7 @@ dependencies = [ [[package]] name = "bsky-sdk" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 478c0ed5..5191e002 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,10 +22,10 @@ keywords = ["atproto", "bluesky"] [workspace.dependencies] # Intra-workspace dependencies -atrium-api = { version = "0.23.1", path = "atrium-api" } +atrium-api = { version = "0.23.2", path = "atrium-api" } atrium-xrpc = { version = "0.11.2", path = "atrium-xrpc" } atrium-xrpc-client = { version = "0.5.5", path = "atrium-xrpc-client" } -bsky-sdk = { version = "0.1.3", path = "bsky-sdk" } +bsky-sdk = { version = "0.1.4", path = "bsky-sdk" } # 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 551d6cac..41083c3b 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.23.2](https://github.com/sugyan/atrium/compare/atrium-api-v0.23.1...atrium-api-v0.23.2) - 2024-07-03 + +### Added +- Update API, based on the latest lexicon schemas ([#195](https://github.com/sugyan/atrium/pull/195)) + ## [0.23.1](https://github.com/sugyan/atrium/compare/atrium-api-v0.23.0...atrium-api-v0.23.1) - 2024-06-26 ### Added diff --git a/atrium-api/Cargo.toml b/atrium-api/Cargo.toml index c3bbf1d2..37989c88 100644 --- a/atrium-api/Cargo.toml +++ b/atrium-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-api" -version = "0.23.1" +version = "0.23.2" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true diff --git a/bsky-sdk/CHANGELOG.md b/bsky-sdk/CHANGELOG.md index 87541aaf..472e9ad2 100644 --- a/bsky-sdk/CHANGELOG.md +++ b/bsky-sdk/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.4](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.3...bsky-sdk-v0.1.4) - 2024-07-03 + +### Added +- Update BskyAgent ([#197](https://github.com/sugyan/atrium/pull/197)) + ## [0.1.3](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.2...bsky-sdk-v0.1.3) - 2024-06-26 ### Added diff --git a/bsky-sdk/Cargo.toml b/bsky-sdk/Cargo.toml index 95572a3f..66c383ca 100644 --- a/bsky-sdk/Cargo.toml +++ b/bsky-sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsky-sdk" -version = "0.1.3" +version = "0.1.4" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true