From 31632c01e8c1eca73b9e2d6e47563d52c4371c50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:08:36 +0000 Subject: [PATCH 1/2] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- atrium-xrpc/CHANGELOG.md | 5 +++++ atrium-xrpc/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/atrium-xrpc/CHANGELOG.md b/atrium-xrpc/CHANGELOG.md index 92174242..88877f1d 100644 --- a/atrium-xrpc/CHANGELOG.md +++ b/atrium-xrpc/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.1](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.6.0...atrium-xrpc-v0.6.1) - 2023-11-12 + +### Added +- Make `XrpcClient::auth` asynchronous ([#72](https://github.com/sugyan/atrium/pull/72)) + ## [0.6.0](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.5.0...atrium-xrpc-v0.6.0) - 2023-11-10 ### Added diff --git a/atrium-xrpc/Cargo.toml b/atrium-xrpc/Cargo.toml index fad16956..b27b89db 100644 --- a/atrium-xrpc/Cargo.toml +++ b/atrium-xrpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-xrpc" -version = "0.6.0" +version = "0.6.1" authors = ["sugyan "] edition = "2021" description = "XRPC library for AT Protocol (Bluesky)" From e1abe16f7d55570f4be4c2f800797018003f38b4 Mon Sep 17 00:00:00 2001 From: sugyan Date: Sun, 12 Nov 2023 22:17:46 +0900 Subject: [PATCH 2/2] Bump minor version --- atrium-xrpc/CHANGELOG.md | 2 +- atrium-xrpc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atrium-xrpc/CHANGELOG.md b/atrium-xrpc/CHANGELOG.md index 88877f1d..366e97b1 100644 --- a/atrium-xrpc/CHANGELOG.md +++ b/atrium-xrpc/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.6.1](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.6.0...atrium-xrpc-v0.6.1) - 2023-11-12 +## [0.7.0](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.6.0...atrium-xrpc-v0.7.0) - 2023-11-12 ### Added - Make `XrpcClient::auth` asynchronous ([#72](https://github.com/sugyan/atrium/pull/72)) diff --git a/atrium-xrpc/Cargo.toml b/atrium-xrpc/Cargo.toml index b27b89db..ecb81148 100644 --- a/atrium-xrpc/Cargo.toml +++ b/atrium-xrpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-xrpc" -version = "0.6.1" +version = "0.7.0" authors = ["sugyan "] edition = "2021" description = "XRPC library for AT Protocol (Bluesky)"