From f17b6f2adfee066c120feb06a70672e7cb00c931 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 02:14:44 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- atrium-api/CHANGELOG.md | 6 ++++++ atrium-api/Cargo.toml | 2 +- bsky-sdk/CHANGELOG.md | 6 ++++++ bsky-sdk/Cargo.toml | 2 +- 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a3fc85a1..8672b3d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -130,7 +130,7 @@ dependencies = [ [[package]] name = "atrium-api" -version = "0.24.2" +version = "0.24.3" dependencies = [ "async-trait", "atrium-xrpc", @@ -280,7 +280,7 @@ dependencies = [ [[package]] name = "bsky-sdk" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index a2825382..92aeeb7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,10 +23,10 @@ keywords = ["atproto", "bluesky"] [workspace.dependencies] # Intra-workspace dependencies -atrium-api = { version = "0.24.2", path = "atrium-api" } +atrium-api = { version = "0.24.3", 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.8", path = "bsky-sdk" } +bsky-sdk = { version = "0.1.9", path = "bsky-sdk" } # async in traits # Can be removed once MSRV is at least 1.75.0. diff --git a/atrium-api/CHANGELOG.md b/atrium-api/CHANGELOG.md index e9d56817..42fbc04d 100644 --- a/atrium-api/CHANGELOG.md +++ b/atrium-api/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.24.3](https://github.com/sugyan/atrium/compare/atrium-api-v0.24.2...atrium-api-v0.24.3) - 2024-09-13 + +### Added + +- Update API, based on the latest lexicon schemas ([#224](https://github.com/sugyan/atrium/pull/224)) + ## [0.24.2](https://github.com/sugyan/atrium/compare/atrium-api-v0.24.1...atrium-api-v0.24.2) - 2024-08-14 ### Fixed diff --git a/atrium-api/Cargo.toml b/atrium-api/Cargo.toml index 75624137..4a8f7688 100644 --- a/atrium-api/Cargo.toml +++ b/atrium-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-api" -version = "0.24.2" +version = "0.24.3" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true diff --git a/bsky-sdk/CHANGELOG.md b/bsky-sdk/CHANGELOG.md index e9a8b10b..e1f4dc3a 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.9](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.8...bsky-sdk-v0.1.9) - 2024-09-13 + +### Added + +- Update API, based on the latest lexicon schemas ([#224](https://github.com/sugyan/atrium/pull/224)) + ## [0.1.8](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.7...bsky-sdk-v0.1.8) - 2024-09-04 ### Fixed diff --git a/bsky-sdk/Cargo.toml b/bsky-sdk/Cargo.toml index 6d7c03c3..880294d7 100644 --- a/bsky-sdk/Cargo.toml +++ b/bsky-sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsky-sdk" -version = "0.1.8" +version = "0.1.9" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true