From 7ba9a703d356836d7a9f09d4876ed4885bd53ee0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 14:56:28 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- atrium-api/CHANGELOG.md | 6 ++++++ atrium-api/Cargo.toml | 2 +- bsky-cli/CHANGELOG.md | 6 ++++++ bsky-cli/Cargo.toml | 2 +- bsky-sdk/CHANGELOG.md | 6 ++++++ bsky-sdk/Cargo.toml | 2 +- 8 files changed, 26 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53bbe0e7..871bf37f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -178,7 +178,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "atrium-api" -version = "0.24.9" +version = "0.24.10" dependencies = [ "atrium-xrpc", "atrium-xrpc-client", @@ -370,7 +370,7 @@ dependencies = [ [[package]] name = "bsky-cli" -version = "0.1.26" +version = "0.1.27" dependencies = [ "anyhow", "bsky-sdk", @@ -384,7 +384,7 @@ dependencies = [ [[package]] name = "bsky-sdk" -version = "0.1.14" +version = "0.1.15" dependencies = [ "anyhow", "atrium-api", diff --git a/Cargo.toml b/Cargo.toml index 01d8f5ec..4fef2920 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,12 +27,12 @@ keywords = ["atproto", "bluesky"] [workspace.dependencies] # Intra-workspace dependencies -atrium-api = { version = "0.24.9", path = "atrium-api", default-features = false } +atrium-api = { version = "0.24.10", 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.14", path = "bsky-sdk" } +bsky-sdk = { version = "0.1.15", 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 c17c0175..fada468c 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.10](https://github.com/sugyan/atrium/compare/atrium-api-v0.24.9...atrium-api-v0.24.10) - 2025-01-21 + +### Other + +- update schema based on current lexicon ([#276](https://github.com/sugyan/atrium/pull/276)) + ## [0.24.9](https://github.com/sugyan/atrium/compare/atrium-api-v0.24.8...atrium-api-v0.24.9) - 2024-12-10 ### Added diff --git a/atrium-api/Cargo.toml b/atrium-api/Cargo.toml index 3843907a..6542e6a5 100644 --- a/atrium-api/Cargo.toml +++ b/atrium-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-api" -version = "0.24.9" +version = "0.24.10" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true diff --git a/bsky-cli/CHANGELOG.md b/bsky-cli/CHANGELOG.md index 39951312..680f1c42 100644 --- a/bsky-cli/CHANGELOG.md +++ b/bsky-cli/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.27](https://github.com/sugyan/atrium/compare/bsky-cli-v0.1.26...bsky-cli-v0.1.27) - 2025-01-21 + +### Other + +- update schema based on current lexicon ([#276](https://github.com/sugyan/atrium/pull/276)) + ## [0.1.26](https://github.com/sugyan/atrium/compare/bsky-cli-v0.1.25...bsky-cli-v0.1.26) - 2024-11-19 ### Other diff --git a/bsky-cli/Cargo.toml b/bsky-cli/Cargo.toml index 1b74785a..c3795195 100644 --- a/bsky-cli/Cargo.toml +++ b/bsky-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsky-cli" -version = "0.1.26" +version = "0.1.27" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true diff --git a/bsky-sdk/CHANGELOG.md b/bsky-sdk/CHANGELOG.md index ac22a875..c583212e 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.15](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.14...bsky-sdk-v0.1.15) - 2025-01-21 + +### Other + +- update schema based on current lexicon ([#276](https://github.com/sugyan/atrium/pull/276)) + ## [0.1.14](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.13...bsky-sdk-v0.1.14) - 2024-12-10 ### Other diff --git a/bsky-sdk/Cargo.toml b/bsky-sdk/Cargo.toml index 06226179..6abe6495 100644 --- a/bsky-sdk/Cargo.toml +++ b/bsky-sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsky-sdk" -version = "0.1.14" +version = "0.1.15" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true