From 40e746d33f09e5e36123f0d74a332b36efdd86ee 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:11:17 +0000 Subject: [PATCH] chore(main): release aleph-alpha-client 0.14.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 794cd27..727e2be 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.2" + ".": "0.14.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ff4dc00..ec141a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ ## [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 + +* trigger major version + +### Bug Fixes + +* release config hopefully ([521e2cc](https://github.com/Aleph-Alpha/aleph-alpha-client-rs/commit/521e2cca6a4e8e6ac4b0a12f9c71709535d6002a)) +* trigger major version ([1f589ab](https://github.com/Aleph-Alpha/aleph-alpha-client-rs/commit/1f589ab3a75dead325a64d57af6e05de846ac9f1)) + +## [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 - Update `tokenizers` dependency to v0.21.0 [ed5ea41](https://github.com/Aleph-Alpha/aleph-alpha-client-rs/commit/ed5ea41f5be7f3cc50d1edf86197ee8f5f0ed4c9) diff --git a/Cargo.toml b/Cargo.toml index 8a942bd..f6ff605 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleph-alpha-client" -version = "0.13.2" +version = "0.14.0" edition = "2021" description = "Interact with large language models provided by the Aleph Alpha API in Rust code" license = "MIT"