From 1d40ec77e4220142cc276fe3cbb39a1f18b37843 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 02:20:47 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 2 +- Cargo.toml | 2 +- bsky-cli/CHANGELOG.md | 5 +++++ bsky-sdk/CHANGELOG.md | 8 ++++++++ bsky-sdk/Cargo.toml | 2 +- 5 files changed, 16 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab037549..24c86d74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -239,7 +239,7 @@ dependencies = [ [[package]] name = "bsky-sdk" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index f1c38741..c7465d30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ keywords = ["atproto", "bluesky"] atrium-api = { version = "0.23.0", path = "atrium-api" } atrium-xrpc = { version = "0.11.1", path = "atrium-xrpc" } atrium-xrpc-client = { version = "0.5.5", path = "atrium-xrpc-client" } -bsky-sdk = { version = "0.1.1", path = "bsky-sdk" } +bsky-sdk = { version = "0.1.2", 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 c0876a18..0047962d 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.16](https://github.com/sugyan/atrium/releases/tag/bsky-cli-v0.1.16) - 2024-06-21 + +### Added +- Rename atrium-cli to bsky-cli ([#191](https://github.com/sugyan/atrium/pull/191)) + ## [0.1.16](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.15...atrium-cli-v0.1.16) - 2024-06-19 ### Added diff --git a/bsky-sdk/CHANGELOG.md b/bsky-sdk/CHANGELOG.md index c65254d1..d4d8226f 100644 --- a/bsky-sdk/CHANGELOG.md +++ b/bsky-sdk/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.1...bsky-sdk-v0.1.2) - 2024-06-21 + +### Added +- Rename atrium-cli to bsky-cli ([#191](https://github.com/sugyan/atrium/pull/191)) + +### Other +- Fix bsky-sdk/CHANGELOG + ## [0.1.1](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.0...bsky-sdk-v0.1.1) - 2024-06-19 ### Added diff --git a/bsky-sdk/Cargo.toml b/bsky-sdk/Cargo.toml index 9d2438b6..f335f95c 100644 --- a/bsky-sdk/Cargo.toml +++ b/bsky-sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsky-sdk" -version = "0.1.1" +version = "0.1.2" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true