From 68df307c6cab406590c4c9226078998a80d60211 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 14:30:38 +0000 Subject: [PATCH] chore(main): release aleph-alpha-client 0.18.1 --- .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 5e39b94..513fac0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.18.0" + ".": "0.18.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2893727..f6814ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.18.1](https://github.com/Aleph-Alpha/aleph-alpha-client-rs/compare/aleph-alpha-client-v0.18.0...aleph-alpha-client-v0.18.1) (2025-02-05) + + +### Bug Fixes + +* TopLogprob is now public ([ede8003](https://github.com/Aleph-Alpha/aleph-alpha-client-rs/commit/ede8003f29b8c5a9121ee9fa86c84d60e77fd467)) + ## [0.18.0](https://github.com/Aleph-Alpha/aleph-alpha-client-rs/compare/aleph-alpha-client-v0.17.0...aleph-alpha-client-v0.18.0) (2025-02-05) diff --git a/Cargo.toml b/Cargo.toml index ca3d53f..21b90ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleph-alpha-client" -version = "0.18.0" +version = "0.18.1" edition = "2021" description = "Interact with large language models provided by the Aleph Alpha API in Rust code" license = "MIT"