From e1abe16f7d55570f4be4c2f800797018003f38b4 Mon Sep 17 00:00:00 2001 From: sugyan Date: Sun, 12 Nov 2023 22:17:46 +0900 Subject: [PATCH] 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)"