From 573720c02daa0ab9205aacad4440058adf4f04e8 Mon Sep 17 00:00:00 2001 From: "Swabbie (Bosun)" <155570396+SwabbieBosun@users.noreply.github.com> Date: Mon, 3 Feb 2025 20:49:15 +0100 Subject: [PATCH] chore: release v0.8.1 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2582b8d0..a8039107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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) +- Allow running `init` on different filenames (#266) +- Onboarding flow improvements (#265) + +### 📚 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"