Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SwabbieBosun authored Jan 15, 2025
1 parent 0e79282 commit 3fcbff5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

All notable changes to this project will be documented in this file.

## [0.3.0] - 2025-01-15

### 🚀 Features

- Allow viewing the git diff from an agent and pulling changes to a local branch (#159)
- Add /help and show a helpful message if the first chat is still empty (#160)
- Github token is now optional (#163)

### 🐛 Bug Fixes

- *(tools)* Accidental regexes from llm in code search should not lead to message overflow
- *(ci)* Add rust cache and clean up disk (#161)

### 🚜 Refactor

- Rework command handling (#156)

### 📚 Documentation

- *(README)* Move how does it work above the config section
- *(README)* Update TOC in readme (#155)

<!-- generated by git-cliff -->
## [0.2.0] - 2025-01-12

### 🚀 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.2.0"
version = "0.3.0"
edition = "2021"
categories = ["development-tools", "command-line-utilities"]
readme = "README.md"
Expand Down

0 comments on commit 3fcbff5

Please sign in to comment.