From a24ef38377d56ecc6b02ce79f804adbeb8edfd6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:33:37 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- atrium-api/CHANGELOG.md | 9 +++++++++ atrium-api/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/atrium-api/CHANGELOG.md b/atrium-api/CHANGELOG.md index a52c3896..522dbf1a 100644 --- a/atrium-api/CHANGELOG.md +++ b/atrium-api/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.12.0...atrium-api-v0.13.0) - 2023-11-13 + +### Added +- Allow AtpAgent to be excluded as a default feature ([#79](https://github.com/sugyan/atrium/pull/79)) +- Update xprc, use tokio::sync::RwLock for agent ([#76](https://github.com/sugyan/atrium/pull/76)) + +### Fixed +- Update formatter ([#80](https://github.com/sugyan/atrium/pull/80)) + ## [0.12.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.11.0...atrium-api-v0.12.0) - 2023-11-11 ### Added diff --git a/atrium-api/Cargo.toml b/atrium-api/Cargo.toml index f1dd7b42..923c3ea4 100644 --- a/atrium-api/Cargo.toml +++ b/atrium-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-api" -version = "0.12.0" +version = "0.13.0" authors = ["sugyan "] edition = "2021" description = "API library for AT Protocol (Bluesky)"