From c8abf0e3168c2795718c0cac45e05e1414273b7f Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Tue, 19 Nov 2024 21:05:56 +0200 Subject: [PATCH] Release 1.4.0 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 025eadd..b6f36a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# (2024-11-19) Version 1.4.0 + +- (**Improvement**) Dependency updates. This version is based on [mxlink](https://crates.io/crates/mxlink)@1.4.0 (which is based on the newly released [matrix-sdk](https://crates.io/crates/matrix-sdk)@[0.8.0](https://github.com/matrix-org/matrix-rust-sdk/releases/tag/matrix-sdk-0.8.0)). Once you run this version at least once and your matrix-sdk datastore gets upgraded to the new schema, **you will not be able to downgrade to older baibot versions** (based on the older matrix-sdk), unless you start with an empty datastore. + +- (**Bugfix**) Add missing typing notices sending functionality while generating images ([9d166e35ba](https://github.com/etkecc/baibot/commit/9d166e35ba6fc0daaf69318870e92436f3302056)) + + # (2024-11-12) Version 1.3.2 Dependency updates. diff --git a/Cargo.lock b/Cargo.lock index 2d43e92..ebe68c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -285,7 +285,7 @@ dependencies = [ [[package]] name = "baibot" -version = "1.3.2" +version = "1.4.0" dependencies = [ "anthropic-rs", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 020d3c2..fadd9e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "AGPL-3.0-or-later" readme = "README.md" keywords = ["matrix", "chat", "bot", "AI", "LLM"] include = ["/etc/assets/baibot-torso-768.png", "/src", "/README.md", "/CHANGELOG.md", "/LICENSE"] -version = "1.3.2" +version = "1.4.0" edition = "2021" [lib]