From fbf1a75f91c4d61761fd7db94da30b26bdd5bc82 Mon Sep 17 00:00:00 2001 From: Moritz Althaus Date: Thu, 8 Aug 2024 15:07:32 +0200 Subject: [PATCH] chore: add changelog and bump version --- Cargo.toml | 2 +- Changelog.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c7a21b5..e29ecd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleph-alpha-client" -version = "0.10.1" +version = "0.11.0" edition = "2021" description = "Interact with large language models provided by the Aleph Alpha API in Rust code" license = "MIT" diff --git a/Changelog.md b/Changelog.md index 741fa93..2a011ee 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,12 @@ ## Unreleased +## 0.11.0 + +* Add `with_maximum_tokens` method to `Prompt` +* Remove maximum tokens argument from `Prompt::from_text` +* Make maximum tokens optional + ## 0.10.1 * Fix: Version number in Cargo.toml