Skip to content

Commit

Permalink
chore: release v0.9.1 (#293)
Browse files Browse the repository at this point in the history
## 🤖 New release

* `kwaak`: 0.9.0 -> 0.9.1 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

## [0.9.1] - 2025-02-13

### 🚀 Features

- *(ci)* Run tests on macos and ubuntu (#291)
- Further improve errors from docker executor
- *(swiftide)* Auto retry tools and several anthropic improvements

### 🐛 Bug Fixes

- Update executor with improved error handling and cross platform fixes

### 📚 Documentation

- Update README

<!-- generated by git-cliff -->
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
  • Loading branch information
SwabbieBosun authored Feb 13, 2025
1 parent 2ee23d1 commit 6e10c57
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## [0.9.1] - 2025-02-13

### 🚀 Features

- *(ci)* Run tests on macos and ubuntu (#291)
- Further improve errors from docker executor
- *(swiftide)* Auto retry tools and several anthropic improvements

### 🐛 Bug Fixes

- Update executor with improved error handling and cross platform fixes

### 📚 Documentation

- Update README

<!-- generated by git-cliff -->
## [0.9.0] - 2025-02-11

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

0 comments on commit 6e10c57

Please sign in to comment.