diff --git a/Cargo.lock b/Cargo.lock index 8e901706..53bbe0e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -178,7 +178,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "atrium-api" -version = "0.24.8" +version = "0.24.9" dependencies = [ "atrium-xrpc", "atrium-xrpc-client", @@ -384,7 +384,7 @@ dependencies = [ [[package]] name = "bsky-sdk" -version = "0.1.13" +version = "0.1.14" dependencies = [ "anyhow", "atrium-api", diff --git a/Cargo.toml b/Cargo.toml index 795a6a8d..01d8f5ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,12 +27,12 @@ keywords = ["atproto", "bluesky"] [workspace.dependencies] # Intra-workspace dependencies -atrium-api = { version = "0.24.8", path = "atrium-api", default-features = false } +atrium-api = { version = "0.24.9", path = "atrium-api", default-features = false } atrium-common = { version = "0.1.0", path = "atrium-common" } atrium-identity = { version = "0.1.0", path = "atrium-oauth/identity" } atrium-xrpc = { version = "0.12.0", path = "atrium-xrpc" } atrium-xrpc-client = { version = "0.5.10", path = "atrium-xrpc-client" } -bsky-sdk = { version = "0.1.13", path = "bsky-sdk" } +bsky-sdk = { version = "0.1.14", path = "bsky-sdk" } # DAG-CBOR codec ipld-core = { version = "0.4.1", default-features = false, features = ["std"] } diff --git a/atrium-api/CHANGELOG.md b/atrium-api/CHANGELOG.md index bd351d3d..c17c0175 100644 --- a/atrium-api/CHANGELOG.md +++ b/atrium-api/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.24.9](https://github.com/sugyan/atrium/compare/atrium-api-v0.24.8...atrium-api-v0.24.9) - 2024-12-10 + +### Added + +- Extend DidDocument with useful methods (#265) + +### Other + +- Add docs to API + ## [0.24.8](https://github.com/sugyan/atrium/compare/atrium-api-v0.24.7...atrium-api-v0.24.8) - 2024-11-19 ### Added diff --git a/atrium-api/Cargo.toml b/atrium-api/Cargo.toml index 246e1690..3843907a 100644 --- a/atrium-api/Cargo.toml +++ b/atrium-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-api" -version = "0.24.8" +version = "0.24.9" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true diff --git a/bsky-sdk/CHANGELOG.md b/bsky-sdk/CHANGELOG.md index 3fee463a..ac22a875 100644 --- a/bsky-sdk/CHANGELOG.md +++ b/bsky-sdk/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.14](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.13...bsky-sdk-v0.1.14) - 2024-12-10 + +### Other + +- updated the following local packages: atrium-api + ## [0.1.13](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.12...bsky-sdk-v0.1.13) - 2024-11-19 ### Other diff --git a/bsky-sdk/Cargo.toml b/bsky-sdk/Cargo.toml index 7f6fb63a..06226179 100644 --- a/bsky-sdk/Cargo.toml +++ b/bsky-sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsky-sdk" -version = "0.1.13" +version = "0.1.14" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true