chore(release): 0.5.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
cuddle-please 2024-12-23 01:53:17 +00:00
parent 384ee78652
commit 6bcec71e2d
2 changed files with 9 additions and 1 deletions

View File

@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.5.1] - 2024-12-23
### Fixed
- *(deps)* update rust crate serde_json to v1.0.134
### Other
- *(deps)* update rust crate anyhow to v1.0.95
## [0.5.0] - 2024-12-15 ## [0.5.0] - 2024-12-15
### Added ### Added

View File

@ -26,4 +26,4 @@ hex = { version = "0.4.3" }
toml = { version = "0.8.14" } toml = { version = "0.8.14" }
[workspace.package] [workspace.package]
version = "0.5.0" version = "0.5.1"