From 13f5b8406e89e7ab08da105122f1a3b8dcfa2702 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 09:09:29 +0000 Subject: [PATCH] chore(main): release aleph-alpha-client 0.13.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 794cd27..421515d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.2" + ".": "0.13.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ff4dc00..efe3eaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.3](https://github.com/Aleph-Alpha/aleph-alpha-client-rs/compare/aleph-alpha-client-v0.13.2...aleph-alpha-client-v0.13.3) (2024-11-28) + + +### Bug Fixes + +* release config hopefully ([521e2cc](https://github.com/Aleph-Alpha/aleph-alpha-client-rs/commit/521e2cca6a4e8e6ac4b0a12f9c71709535d6002a)) + ## [0.14.0](https://github.com/Aleph-Alpha/aleph-alpha-client-rs/compare/aleph-alpha-client-v0.13.2...aleph-alpha-client-v0.14.0) (2024-11-28) ### ⚠ BREAKING CHANGES diff --git a/Cargo.toml b/Cargo.toml index f6ff605..b9b36ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleph-alpha-client" -version = "0.14.0" +version = "0.13.3" edition = "2021" description = "Interact with large language models provided by the Aleph Alpha API in Rust code" license = "MIT"