Skip to content

Commit

Permalink
chore: release v0.3.2 (#188)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `kwaak`: 0.3.1 -> 0.3.2 (✓ API compatible changes)

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

<blockquote>

## [0.3.2] - 2025-01-19

### 🚀 Features

- Add Golang support (#189)
- Test and coverage commands are now optional

### 🐛 Bug Fixes

- *(ci)* Reduce test jobs in CI (#187)
- Fix multiple reliability issues with docker (#172)

<!-- 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 Jan 19, 2025
1 parent 093c28b commit e99983f
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.3.2] - 2025-01-19

### 🚀 Features

- Add Golang support (#189)
- Test and coverage commands are now optional

### 🐛 Bug Fixes

- *(ci)* Reduce test jobs in CI (#187)
- Fix multiple reliability issues with docker (#172)

<!-- generated by git-cliff -->
## [0.3.1] - 2025-01-16

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

0 comments on commit e99983f

Please sign in to comment.