diff --git a/Cargo.lock b/Cargo.lock index a96bf744..bf2d6e32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -130,7 +130,7 @@ dependencies = [ [[package]] name = "atrium-api" -version = "0.24.1" +version = "0.24.2" dependencies = [ "async-trait", "atrium-xrpc", diff --git a/Cargo.toml b/Cargo.toml index 14b522b9..a3101a10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ keywords = ["atproto", "bluesky"] [workspace.dependencies] # Intra-workspace dependencies -atrium-api = { version = "0.24.1", path = "atrium-api" } +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" } diff --git a/atrium-api/CHANGELOG.md b/atrium-api/CHANGELOG.md index 80b5f0d0..e9d56817 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.24.2](https://github.com/sugyan/atrium/compare/atrium-api-v0.24.1...atrium-api-v0.24.2) - 2024-08-14 + +### Fixed +- Add more fix to serialize_data_model ([#215](https://github.com/sugyan/atrium/pull/215)) + ## [0.24.1](https://github.com/sugyan/atrium/compare/atrium-api-v0.24.0...atrium-api-v0.24.1) - 2024-08-14 ### Fixed diff --git a/atrium-api/Cargo.toml b/atrium-api/Cargo.toml index 8c345bbc..75624137 100644 --- a/atrium-api/Cargo.toml +++ b/atrium-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-api" -version = "0.24.1" +version = "0.24.2" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true