Skip to content

Commit

Permalink
chore: release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SwabbieBosun authored Jan 24, 2025
1 parent 27fed57 commit 37e42b6
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.6.0] - 2025-01-24

### 🚀 Features

- Add ctrl+enter and shift+enter as shortcuts to send a message (#219)
- Adjust arrow key behavior in chat input (#220)
- Wrap input lines neatly when chatting with an agent (#226)
- Enable overwriting config with env variables or a kwaak.local.toml (#222)

### 🐛 Bug Fixes

- *(ci)* Remove rust cache
- *(tracing)* Run otel in http mode if enabled (#218)
- Local docker executor now returns NonZeroExit correctly on file not found
- *(tools)* Allow for block edit to also insert new lines (#227)
- Disable ultra verbose ui event logging on debug

### ⚙️ Miscellaneous Tasks

- Add persistance to jaeger in compose
- Ensure the are no dangling trace spans

<!-- generated by git-cliff -->
## [0.5.0] - 2025-01-23

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

0 comments on commit 37e42b6

Please sign in to comment.