1 Commits

Author SHA1 Message Date
cuddle-please
bc8d3c4c9f chore(release): 0.2.4
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-01-01 21:03:31 +00:00
4 changed files with 2 additions and 18 deletions

View File

@@ -6,15 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.3.1] - 2025-01-02
### Other
- enable publish
## [0.3.0] - 2025-01-01
### Added
- add small help to see how much time is left in cache
## [0.2.4] - 2025-01-01
### Fixed
- *(deps)* update rust crate serde to v1.0.217

View File

@@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"
[workspace.package]
version = "0.3.1"
version = "0.2.4"
[workspace.dependencies]

View File

@@ -79,11 +79,6 @@ impl Cache {
tracing::debug!("cache has expired");
return Ok(None);
}
tracing::debug!(
"cache is valid for: {} mins",
cache_duration.saturating_sub(file_modified_last).as_secs() / 60
);
}
}

View File

@@ -6,9 +6,6 @@ vars:
service: "gitnow"
registry: kasperhermansen
rust:
publish: {}
please:
project:
owner: kjuulh