From ae378aa7405d467cb88f3726ea2274dc83f7510c Mon Sep 17 00:00:00 2001 From: Moritz Althaus Date: Tue, 22 Oct 2024 14:04:28 +0200 Subject: [PATCH] release: 0.12.2 --- Cargo.toml | 2 +- Changelog.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 536549c..2ec5579 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleph-alpha-client" -version = "0.12.0" +version = "0.12.2" 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 11a0f71..4dc6581 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,14 @@ ## Unreleased +## 0.12.2 + +* Fix missing import in doc string + +## 0.12.1 + +* Add `Client::chat` method to send chat messages to a model + ## 0.12.0 * Add `Client::tokenizer_by_model` to fetch the Tokenizer for a given model name