Skip to content

Commit

Permalink
chore: release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SwabbieBosun authored Dec 23, 2024
1 parent 2c95c10 commit d1b7032
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## [0.1.6] - 2024-12-23

### 🐛 Bug Fixes

- Add `make` installation to Dockerfile (#56)
- Container can be both exiting and removing in tests (#57)
- Explicitly prompt for goal in conversation summary

### 📚 Documentation

- *(README)* Update installation instructions

<!-- generated by git-cliff -->
## [0.1.5] - 2024-12-20

### 🐛 Bug Fixes
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.1.5"
version = "0.1.6"
edition = "2021"
categories = ["development-tools", "command-line-utilities"]
readme = "README.md"
Expand Down

0 comments on commit d1b7032

Please sign in to comment.