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