From 9d726fa17e7dd5b5e9295bb914a556bd7df73bd9 Mon Sep 17 00:00:00 2001 From: release-plz Date: Sat, 13 May 2023 14:31:36 +0000 Subject: [PATCH] chore: release --- atrium-api/CHANGELOG.md | 10 ++++++++++ atrium-api/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/atrium-api/CHANGELOG.md b/atrium-api/CHANGELOG.md index fd841981..04f4c401 100644 --- a/atrium-api/CHANGELOG.md +++ b/atrium-api/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.1.1...atrium-api-v0.2.0) - 2023-05-13 + +### Added +- *(api)* Update API from latest lexicon schemas + +### Other +- Update README +- Update atrium-api by new codegen +- Update atrium-api by new codegen + ## [0.1.1](https://github.com/sugyan/atrium/compare/atrium-api-v0.1.0...atrium-api-v0.1.1) - 2023-05-07 ### Other diff --git a/atrium-api/Cargo.toml b/atrium-api/Cargo.toml index cedf770e..e6f837d9 100644 --- a/atrium-api/Cargo.toml +++ b/atrium-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-api" -version = "0.1.1" +version = "0.2.0" authors = ["sugyan "] edition = "2021" description = "API library for AT Protocol (Bluesky)"