From 509c07cff81df54322e07ad4455660141bd02e15 Mon Sep 17 00:00:00 2001 From: "Swabbie (Bosun)" <155570396+SwabbieBosun@users.noreply.github.com> Date: Mon, 3 Feb 2025 16:35:53 +0100 Subject: [PATCH] chore: release v0.8.1 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2582b8d0..bc449ebf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.8.1] - 2025-02-03 + +### 🚀 Features + +- Support many LLMs via OpenRouter (#261) +- Embeddings without an external provider via FastEmbed (#262) + +### 📚 Documentation + +- *(README)* Slower demo + + ## [0.8.0] - 2025-01-29 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index f0b93c5b..a4eaec78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3915,7 +3915,7 @@ dependencies = [ [[package]] name = "kwaak" -version = "0.8.0" +version = "0.8.1" dependencies = [ "ansi-to-tui", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 4e2b16df..d97c5dbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kwaak" -version = "0.8.0" +version = "0.8.1" edition = "2021" categories = ["development-tools", "command-line-utilities"] readme = "README.md"