commit - 2f5ba04a772e26838b2731cff112a894e1f25fba
commit + cd83e1901ec0458a665c86ebb869f2bc1f6320a7
blob - c6931863e3e7abc7b384b40a42c366a6a5a7f79c
blob + 25bd9d56f2066369b27176276dc5ee24aac80048
--- CHANGELOG.md
+++ CHANGELOG.md
# Changelog
+## [0.5.2] - 2026-05-09
+
+### Bug Fixes
+
+- Missing flush for manual edits ([`2f5ba04`](https://git.sr.ht/~mtmn/hakuna/commit/2f5ba04a772e26838b2731cff112a894e1f25fba))
+
## [0.5.1] - 2026-05-07
### Bug Fixes
- Ensure nix built binary contains openssl ([`01ed6bc`](https://git.sr.ht/~mtmn/hakuna/commit/01ed6bcbe73bc6f67194caaea2487687281bd88b))
+### Housekeeping
+
+- Release v0.5.1 ([`7c7d0a4`](https://git.sr.ht/~mtmn/hakuna/commit/7c7d0a475c8515e0ce5aaa61c6f90780b27c418d))
+
## [0.5.0] - 2026-05-07
### Bug Fixes
blob - 3cf8f2d28db53d0e591a12a17288c1368062513a
blob + 4591c2737cb0e0d838896ae923b069ca82a2f0b5
--- Cargo.lock
+++ Cargo.lock
[[package]]
name = "cc"
-version = "1.2.61"
+version = "1.2.62"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d16d90359e986641506914ba71350897565610e87ce0ad9e6f28569db3dd5c6d"
+checksum = "a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98"
dependencies = [
"find-msvc-tools",
"jobserver",
[[package]]
name = "hakuna"
-version = "0.5.1"
+version = "0.5.2"
dependencies = [
"anyhow",
"clap",
[[package]]
name = "tokio"
-version = "1.52.2"
+version = "1.52.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "110a78583f19d5cdb2c5ccf321d1290344e71313c6c37d43520d386027d18386"
+checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
dependencies = [
"bytes",
"libc",
blob - fc1036b4c1974f6a65713eff51fa6729cfd75608
blob + acd894c01a4fb850468d3f6664f824c98ded09d5
--- Cargo.toml
+++ Cargo.toml
[package]
name = "hakuna"
-version = "0.5.1"
+version = "0.5.2"
edition = "2024"
[dependencies]