Compare commits
1 Commits
bc8d3c4c9f
...
5ab5e1d7ea
Author | SHA1 | Date | |
---|---|---|---|
|
5ab5e1d7ea |
@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.2.4] - 2025-01-01
|
||||
## [0.2.4] - 2024-12-28
|
||||
|
||||
### Fixed
|
||||
- *(deps)* update rust crate serde to v1.0.217
|
||||
@ -26,7 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- *(deps)* update rust crate octocrab to 0.41.0
|
||||
|
||||
### Other
|
||||
- bump default cache duration to 7 days
|
||||
- *(deps)* update rust crate anyhow to v1.0.95
|
||||
- *(deps)* update rust crate clap to v4.5.23
|
||||
- *(deps)* update all dependencies
|
||||
|
@ -124,7 +124,7 @@ impl CacheDuration {
|
||||
impl Default for CacheDuration {
|
||||
fn default() -> Self {
|
||||
Self::Precise {
|
||||
days: 7,
|
||||
days: 1,
|
||||
hours: 0,
|
||||
minutes: 0,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user