We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9903725 + c1e43af commit 514cc47Copy full SHA for 514cc47
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [v0.15.0](https://github.com/jeromefroe/lru-rs/tree/0.15.0) - 2025-06-26
4
+
5
+- Return bool from `promote` and `demote` to indicate whether key was found.
6
7
## [v0.14.0](https://github.com/jeromefroe/lru-rs/tree/0.14.0) - 2025-04-12
8
9
- Use `NonZeroUsize::MAX` instead of `unwrap()`, and update MSRV to 1.70.0.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lru"
-version = "0.14.0"
+version = "0.15.0"
authors = ["Jerome Froelich <[email protected]>"]
categories = ["caching", "no-std"]
description = "A LRU cache implementation"
0 commit comments