diff --git a/CHANGELOG.md b/CHANGELOG.md index c7dedc0c..64e6bba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.8.0] - 2025-01-29 + +### 🚀 Features + +- Add automatic message tailing to chat interface (#237) + +### 🐛 Bug Fixes + +- Add back read file tool to `whole` edit mode + + ## [0.7.0] - 2025-01-28 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index d5b481a6..7b28c28b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3694,7 +3694,7 @@ dependencies = [ [[package]] name = "kwaak" -version = "0.7.0" +version = "0.8.0" dependencies = [ "ansi-to-tui", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 381f6352..09f1d493 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kwaak" -version = "0.7.0" +version = "0.8.0" edition = "2021" categories = ["development-tools", "command-line-utilities"] readme = "README.md"