Skip to content

Commit

Permalink
chore: release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SwabbieBosun authored Jan 23, 2025
1 parent 175a989 commit 39404db
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## [0.4.1] - 2025-01-23

### 🐛 Bug Fixes

- Vendor ssl in linux builds for now
- *(ci)* Fix deletion detection GC test on CI (#214)

### 📚 Documentation

- Update README tagline (#210)

### 🧪 Testing

- Improve test coverage for tools (#211)

<!-- generated by git-cliff -->
## [0.4.0] - 2025-01-21

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

0 comments on commit 39404db

Please sign in to comment.