From e5f12cce029642d3a6fe28b0b6320eac12dff814 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 14:27:39 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- atrium-api/CHANGELOG.md | 6 ++++++ atrium-api/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/atrium-api/CHANGELOG.md b/atrium-api/CHANGELOG.md index ed825d77..93d1cc23 100644 --- a/atrium-api/CHANGELOG.md +++ b/atrium-api/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.16.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.15.0...atrium-api-v0.16.0) - 2024-02-09 + +### Added +- Update API, based on the latest lexicon schemas ([#99](https://github.com/sugyan/atrium/pull/99)) +- *(api)* Implement CidLink, BlobRef types ([#96](https://github.com/sugyan/atrium/pull/96)) + ## [0.15.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.14.0...atrium-api-v0.15.0) - 2023-12-23 ### Added diff --git a/atrium-api/Cargo.toml b/atrium-api/Cargo.toml index 01b6be0b..6a2f78c3 100644 --- a/atrium-api/Cargo.toml +++ b/atrium-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-api" -version = "0.15.0" +version = "0.16.0" authors = ["sugyan "] edition = "2021" description = "API library for AT Protocol (Bluesky)"