Compare commits
2 Commits
5ab5e1d7ea
...
bc8d3c4c9f
Author | SHA1 | Date | |
---|---|---|---|
|
bc8d3c4c9f | ||
a228ec82a3 |
@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.2.4] - 2024-12-28
|
||||
## [0.2.4] - 2025-01-01
|
||||
|
||||
### Fixed
|
||||
- *(deps)* update rust crate serde to v1.0.217
|
||||
@ -26,6 +26,7 @@ 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: 1,
|
||||
days: 7,
|
||||
hours: 0,
|
||||
minutes: 0,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user