From ca4b4c9798701c257afc5f1e02041b3b23a5e847 Mon Sep 17 00:00:00 2001 From: sugyan Date: Thu, 20 Jun 2024 09:32:05 +0900 Subject: [PATCH] Force version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- atrium-api/CHANGELOG.md | 2 +- atrium-api/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b905ccf..261eca9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,7 +129,7 @@ dependencies = [ [[package]] name = "atrium-api" -version = "0.22.4" +version = "0.23.0" dependencies = [ "async-trait", "atrium-xrpc", diff --git a/Cargo.toml b/Cargo.toml index 55d3580..fc01dac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ keywords = ["atproto", "bluesky"] [workspace.dependencies] # Intra-workspace dependencies -atrium-api = { version = "0.22.4", path = "atrium-api" } +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" } diff --git a/atrium-api/CHANGELOG.md b/atrium-api/CHANGELOG.md index e7fd378..f3e09e5 100644 --- a/atrium-api/CHANGELOG.md +++ b/atrium-api/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.22.4](https://github.com/sugyan/atrium/compare/atrium-api-v0.22.3...atrium-api-v0.22.4) - 2024-06-19 +## [0.23.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.22.3...atrium-api-v0.23.0) - 2024-06-20 ### Added - Update bsky-sdk, and redesign of object types in API ([#189](https://github.com/sugyan/atrium/pull/189)) diff --git a/atrium-api/Cargo.toml b/atrium-api/Cargo.toml index 5dd02eb..8f413c0 100644 --- a/atrium-api/Cargo.toml +++ b/atrium-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-api" -version = "0.22.4" +version = "0.23.0" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true