diff --git a/Cargo.lock b/Cargo.lock index 13bae053..5dd1b42c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -264,7 +264,7 @@ dependencies = [ [[package]] name = "atrium-xrpc" -version = "0.11.7" +version = "0.12.0" dependencies = [ "bumpalo", "http 1.1.0", diff --git a/Cargo.toml b/Cargo.toml index 4033edcf..726d8dcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ keywords = ["atproto", "bluesky"] # Intra-workspace dependencies atrium-api = { version = "0.24.8", path = "atrium-api", default-features = false } atrium-identity = { version = "0.1.0", path = "atrium-oauth/identity" } -atrium-xrpc = { version = "0.11.7", path = "atrium-xrpc" } +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" } diff --git a/atrium-xrpc/CHANGELOG.md b/atrium-xrpc/CHANGELOG.md index 2d657eea..032cac35 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.11.7](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.11.6...atrium-xrpc-v0.11.7) - 2024-11-19 +## [0.12.0](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.11.6...atrium-xrpc-v0.12.0) - 2024-11-19 ### Added diff --git a/atrium-xrpc/Cargo.toml b/atrium-xrpc/Cargo.toml index 086e0f15..7f069244 100644 --- a/atrium-xrpc/Cargo.toml +++ b/atrium-xrpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-xrpc" -version = "0.11.7" +version = "0.12.0" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true