Compare commits

..

1 Commits

Author SHA1 Message Date
cuddle-please
33dee5e626 chore(release): 0.5.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-01-21 05:42:02 +00:00
2 changed files with 3 additions and 4 deletions

View File

@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.5.0] - 2025-02-04
## [0.5.0] - 2025-01-21
### Added
- empty empty
@ -15,7 +15,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- add publish
### Fixed
- *(deps)* update rust crate clap to v4.5.28
- *(deps)* update rust crate clap to v4.5.27
- *(deps)* update rust crate dirs to v6
- *(deps)* update rust crate clap to v4.5.26

4
Cargo.lock generated
View File

@ -74,9 +74,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
version = "4.5.28"
version = "4.5.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e77c3243bd94243c03672cb5154667347c457ca271254724f9f393aee1c05ff"
checksum = "769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796"
dependencies = [
"clap_builder",
]