From 3cdf053a9c0f1c104d70bc95a7ae17c3d9719751 Mon Sep 17 00:00:00 2001 From: release-plz Date: Tue, 29 Aug 2023 07:37:42 +0000 Subject: [PATCH] chore: release --- atrium-api/CHANGELOG.md | 5 +++++ atrium-api/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/atrium-api/CHANGELOG.md b/atrium-api/CHANGELOG.md index 12982983..e9e125db 100644 --- a/atrium-api/CHANGELOG.md +++ b/atrium-api/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.5.0...atrium-api-v0.6.0) - 2023-08-29 + +### Other +- Update API from latest lexicon schemas ([#43](https://github.com/sugyan/atrium/pull/43)) + ## [0.5.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.4.1...atrium-api-v0.5.0) - 2023-08-28 ### Added diff --git a/atrium-api/Cargo.toml b/atrium-api/Cargo.toml index 9e1a2a14..282e0b0c 100644 --- a/atrium-api/Cargo.toml +++ b/atrium-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-api" -version = "0.5.0" +version = "0.6.0" authors = ["sugyan "] edition = "2021" description = "API library for AT Protocol (Bluesky)"