From 3e08db22541702e53a62d8962bcc8673a6f01024 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 08:58:53 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- bsky-cli/CHANGELOG.md | 5 +++++ bsky-cli/Cargo.toml | 2 +- bsky-sdk/CHANGELOG.md | 5 +++++ bsky-sdk/Cargo.toml | 2 +- 6 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6c2a67a..491f4f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -224,7 +224,7 @@ checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" [[package]] name = "bsky-cli" -version = "0.1.17" +version = "0.1.18" dependencies = [ "anyhow", "async-trait", @@ -239,7 +239,7 @@ dependencies = [ [[package]] name = "bsky-sdk" -version = "0.1.4" +version = "0.1.5" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 5191e00..741b430 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ keywords = ["atproto", "bluesky"] atrium-api = { version = "0.23.2", path = "atrium-api" } atrium-xrpc = { version = "0.11.2", path = "atrium-xrpc" } atrium-xrpc-client = { version = "0.5.5", path = "atrium-xrpc-client" } -bsky-sdk = { version = "0.1.4", path = "bsky-sdk" } +bsky-sdk = { version = "0.1.5", path = "bsky-sdk" } # async in traits # Can be removed once MSRV is at least 1.75.0. diff --git a/bsky-cli/CHANGELOG.md b/bsky-cli/CHANGELOG.md index a130595..b96e685 100644 --- a/bsky-cli/CHANGELOG.md +++ b/bsky-cli/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.18](https://github.com/sugyan/atrium/compare/bsky-cli-v0.1.17...bsky-cli-v0.1.18) - 2024-07-11 + +### Other +- update Cargo.lock dependencies + ## [0.1.17](https://github.com/sugyan/atrium/compare/bsky-cli-v0.1.16...bsky-cli-v0.1.17) - 2024-06-26 ### Other diff --git a/bsky-cli/Cargo.toml b/bsky-cli/Cargo.toml index 5cc057c..223bbe8 100644 --- a/bsky-cli/Cargo.toml +++ b/bsky-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsky-cli" -version = "0.1.17" +version = "0.1.18" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true diff --git a/bsky-sdk/CHANGELOG.md b/bsky-sdk/CHANGELOG.md index 472e9ad..3f97fd3 100644 --- a/bsky-sdk/CHANGELOG.md +++ b/bsky-sdk/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.5](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.4...bsky-sdk-v0.1.5) - 2024-07-11 + +### Fixed +- Fix BskyAgent::moderator ([#199](https://github.com/sugyan/atrium/pull/199)) + ## [0.1.4](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.3...bsky-sdk-v0.1.4) - 2024-07-03 ### Added diff --git a/bsky-sdk/Cargo.toml b/bsky-sdk/Cargo.toml index 66c383c..7ff4fbb 100644 --- a/bsky-sdk/Cargo.toml +++ b/bsky-sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsky-sdk" -version = "0.1.4" +version = "0.1.5" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true