diff --git a/Cargo.lock b/Cargo.lock index 34d41c6d..f69395b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -166,7 +166,7 @@ dependencies = [ [[package]] name = "atrium-xrpc" -version = "0.10.4" +version = "0.10.5" dependencies = [ "async-trait", "http 1.1.0", diff --git a/Cargo.toml b/Cargo.toml index e9d2f3c3..18b9c0d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ keywords = ["atproto", "bluesky"] [workspace.dependencies] # Intra-workspace dependencies atrium-api = { version = "0.21.0", path = "atrium-api" } -atrium-xrpc = { version = "0.10.4", path = "atrium-xrpc" } +atrium-xrpc = { version = "0.10.5", path = "atrium-xrpc" } atrium-xrpc-client = { version = "0.5.2", path = "atrium-xrpc-client" } # async in traits diff --git a/atrium-xrpc/CHANGELOG.md b/atrium-xrpc/CHANGELOG.md index 672cd3ea..e4d95f38 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.5](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.10.4...atrium-xrpc-v0.10.5) - 2024-04-22 + +### Added +- Replace serde_qs to serde_html_form ([#161](https://github.com/sugyan/atrium/pull/161)) + ## [0.10.4](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.10.3...atrium-xrpc-v0.10.4) - 2024-04-17 ### Other diff --git a/atrium-xrpc/Cargo.toml b/atrium-xrpc/Cargo.toml index e7f51bb6..99901f7e 100644 --- a/atrium-xrpc/Cargo.toml +++ b/atrium-xrpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-xrpc" -version = "0.10.4" +version = "0.10.5" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true