From 4e1dec07c84c2feb6eca3030a0ace12451670c55 Mon Sep 17 00:00:00 2001 From: Markus Klein Date: Thu, 4 Jul 2024 11:40:25 +0200 Subject: [PATCH] fix: Version in cargo toml --- Cargo.toml | 2 +- Changelog.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4079091..c7a21b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleph-alpha-client" -version = "0.9.0" +version = "0.10.1" 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 ff21fdf..741fa93 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,10 @@ ## Unreleased +## 0.10.1 + +* Fix: Version number in Cargo.toml + ## 0.10.0 * Add the option to have authentication exclusively on a per request basis, without the need to specify a dummy token.