Skip to content

Commit

Permalink
chore: release 1.0.2
Browse files Browse the repository at this point in the history
Including the following changes:

-fix: Ensure command results are re-cached post-expiration
  PR #1 e592f75
- feat: Implement `--clean` flag for forced cache clearing
  PR #2 49607d3
  • Loading branch information
Miyoshi-Ryota committed Feb 19, 2024
1 parent e592f75 commit 4df0cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fclicache"
version = "1.0.1"
version = "1.0.2"
edition = "2021"
description = "fclicache is a command-line utility that caches the output of resource-intensive commands, enabling faster retrieval of results when the same commands are executed repeatedly within a specified Time-to-Live (TTL) period."
readme = "README.md"
Expand Down

0 comments on commit 4df0cc6

Please sign in to comment.