commit 7c7d0a475c8515e0ce5aaa61c6f90780b27c418d from: mtmn date: Thu May 7 19:45:10 2026 UTC chore: release v0.5.1 commit - 01ed6bcbe73bc6f67194caaea2487687281bd88b commit + 7c7d0a475c8515e0ce5aaa61c6f90780b27c418d blob - 8ac5d06108fb619a473ba0f19b6c3749288085ae blob + c6931863e3e7abc7b384b40a42c366a6a5a7f79c --- CHANGELOG.md +++ CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.5.1] - 2026-05-07 + +### Bug Fixes + +- Ensure nix built binary contains openssl ([`01ed6bc`](https://git.sr.ht/~mtmn/hakuna/commit/01ed6bcbe73bc6f67194caaea2487687281bd88b)) + ## [0.5.0] - 2026-05-07 ### Bug Fixes @@ -22,6 +28,7 @@ ### Housekeeping - Update git-cliff config ([`fa65d50`](https://git.sr.ht/~mtmn/hakuna/commit/fa65d5076a5aad16151cd4e0a1ad9c52ab3c8ad3)) +- Release v0.5.0 ([`1b17a8e`](https://git.sr.ht/~mtmn/hakuna/commit/1b17a8ee853eb2964687a29913df103373341a70)) ## [0.4.0] - 2026-05-07 blob - 71d1defc291892ca1afae6db5437cfb72d8123ec blob + 3cf8f2d28db53d0e591a12a17288c1368062513a --- Cargo.lock +++ Cargo.lock @@ -458,7 +458,7 @@ dependencies = [ [[package]] name = "hakuna" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "clap", blob - ef7f57f4793f4a2df53e62dbb1c90d5d18790aeb blob + fc1036b4c1974f6a65713eff51fa6729cfd75608 --- Cargo.toml +++ Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hakuna" -version = "0.5.0" +version = "0.5.1" edition = "2024" [dependencies]