chore(release): 0.5.0
This commit is contained in:
parent
25d43765d9
commit
03035f1a17
14
CHANGELOG.md
14
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
|
||||
|
@ -3,7 +3,7 @@ members = ["crates/*"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
|
||||
[profile.release]
|
||||
opt-level = "z"
|
||||
|
Loading…
Reference in New Issue
Block a user