Compare commits

..

2 Commits

Author SHA1 Message Date
cuddle-please
5d836f9c71 chore(release): 0.5.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-02-04 01:54:55 +00:00
ea74c41d74 fix(deps): update rust crate clap to v4.5.28
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing
2025-02-04 01:41:17 +00:00
2 changed files with 4 additions and 3 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-01-21
## [0.5.0] - 2025-02-04
### Added
- empty empty
@ -15,6 +15,7 @@ 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.27"
version = "4.5.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796"
checksum = "3e77c3243bd94243c03672cb5154667347c457ca271254724f9f393aee1c05ff"
dependencies = [
"clap_builder",
]