Compare commits
2 Commits
5198bdea03
...
959cb1222b
Author | SHA1 | Date | |
---|---|---|---|
|
959cb1222b | ||
6d4535b069 |
@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.1.0] - 2025-01-21
|
## [0.1.0] - 2025-01-29
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- add pull articles
|
- add pull articles
|
||||||
@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- with pull articles
|
- with pull articles
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
- *(deps)* update rust crate serde_json to v1.0.138
|
||||||
- *(deps)* update rust crate clap to v4.5.27
|
- *(deps)* update rust crate clap to v4.5.27
|
||||||
- *(deps)* update rust crate serde_json to v1.0.137
|
- *(deps)* update rust crate serde_json to v1.0.137
|
||||||
- *(deps)* update rust crate serde_json to v1.0.136
|
- *(deps)* update rust crate serde_json to v1.0.136
|
||||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -622,9 +622,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_json"
|
name = "serde_json"
|
||||||
version = "1.0.137"
|
version = "1.0.138"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
|
checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itoa",
|
"itoa",
|
||||||
"memchr",
|
"memchr",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user