diff --git a/Cargo.lock b/Cargo.lock index 5d78f2f9..a3fc85a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -265,7 +265,7 @@ dependencies = [ [[package]] name = "bsky-cli" -version = "0.1.20" +version = "0.1.21" dependencies = [ "anyhow", "async-trait", @@ -280,7 +280,7 @@ dependencies = [ [[package]] name = "bsky-sdk" -version = "0.1.7" +version = "0.1.8" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index a3101a10..a2825382 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ keywords = ["atproto", "bluesky"] atrium-api = { version = "0.24.2", path = "atrium-api" } atrium-xrpc = { version = "0.11.3", path = "atrium-xrpc" } atrium-xrpc-client = { version = "0.5.6", path = "atrium-xrpc-client" } -bsky-sdk = { version = "0.1.7", path = "bsky-sdk" } +bsky-sdk = { version = "0.1.8", path = "bsky-sdk" } # async in traits # Can be removed once MSRV is at least 1.75.0. diff --git a/bsky-cli/CHANGELOG.md b/bsky-cli/CHANGELOG.md index d713c268..1feb184d 100644 --- a/bsky-cli/CHANGELOG.md +++ b/bsky-cli/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.21](https://github.com/sugyan/atrium/compare/bsky-cli-v0.1.20...bsky-cli-v0.1.21) - 2024-09-04 + +### Other +- update Cargo.lock dependencies + ## [0.1.20](https://github.com/sugyan/atrium/compare/bsky-cli-v0.1.19...bsky-cli-v0.1.20) - 2024-08-14 ### Other diff --git a/bsky-cli/Cargo.toml b/bsky-cli/Cargo.toml index 1ad2d6e4..4584b662 100644 --- a/bsky-cli/Cargo.toml +++ b/bsky-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsky-cli" -version = "0.1.20" +version = "0.1.21" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true diff --git a/bsky-sdk/CHANGELOG.md b/bsky-sdk/CHANGELOG.md index e92d784a..e9a8b10b 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.8](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.7...bsky-sdk-v0.1.8) - 2024-09-04 + +### Fixed +- Make bsky_sdk::error public ([#221](https://github.com/sugyan/atrium/pull/221)) + ## [0.1.7](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.6...bsky-sdk-v0.1.7) - 2024-08-13 ### Added diff --git a/bsky-sdk/Cargo.toml b/bsky-sdk/Cargo.toml index d6b133d2..6d7c03c3 100644 --- a/bsky-sdk/Cargo.toml +++ b/bsky-sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsky-sdk" -version = "0.1.7" +version = "0.1.8" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true