diff --git a/CHANGELOG.md b/CHANGELOG.md index caebf05..14d92f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0] - 2025-01-08 + +### Added +- empty empty +- can handle empty struct +- trigger commit +- add publish + +### Fixed +- *(deps)* update rust crate clap to v4.5.24 + +### Other +- override release for smaller binaries + ## [0.4.0] - 2024-12-22 ### Added diff --git a/Cargo.toml b/Cargo.toml index d03cfe6..4b57c23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.4.0" +version = "0.5.0" [profile.release] opt-level = "z"