Skip to content

Commit

Permalink
chore: release v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SwabbieBosun authored Feb 3, 2025
1 parent fa1b72e commit 509c07c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- generated by git-cliff -->
## [0.8.0] - 2025-01-29

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 509c07c

Please sign in to comment.