Compare commits
2 Commits
959cb1222b
...
a44dd7d67e
Author | SHA1 | Date | |
---|---|---|---|
|
a44dd7d67e | ||
707b8f3b28 |
@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.1.0] - 2025-01-29
|
||||
## [0.1.0] - 2025-02-04
|
||||
|
||||
### Added
|
||||
- add pull articles
|
||||
@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- with pull articles
|
||||
|
||||
### Fixed
|
||||
- *(deps)* update rust crate clap to v4.5.28
|
||||
- *(deps)* update rust crate serde_json to v1.0.138
|
||||
- *(deps)* update rust crate clap to v4.5.27
|
||||
- *(deps)* update rust crate serde_json to v1.0.137
|
||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -122,9 +122,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",
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user