Skip to content

Commit 27f3c65

Browse files
committed
Update cachekit version to 0.3.0 and add read-only trait support
- Bumped the version of `cachekit` to `0.3.0` in both `Cargo.toml` and `Cargo.lock`. - Introduced a new `ReadOnlyCache<K, V>` trait for side-effect-free cache inspection, enhancing the library's usability for read-only operations.
1 parent a8e5471 commit 27f3c65

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0] - 2026-02-11
11+
1012
### Added
1113
- Read-only trait support for side-effect-free cache inspection:
1214
- `ReadOnlyCache<K, V>` base trait for immutable inspection operations

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[package]
66
name = "cachekit"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
edition = "2024"
99
rust-version = "1.85"
1010
authors = ["Thomas Korrison <ferrite.db@gmail.com>"]

0 commit comments

Comments
 (0)