We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f69ef1 + 4fb1543 commit d5b98fdCopy full SHA for d5b98fd
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [v0.12.4](https://github.com/jeromefroe/lru-rs/tree/0.12.4) - 2024-07-30
4
+
5
+- Add methods that take a reference to the key that should be inserted.
6
7
## [v0.12.3](https://github.com/jeromefroe/lru-rs/tree/0.12.3) - 2024-02-24
8
9
- Add `get_key_value_mut` method.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lru"
-version = "0.12.3"
+version = "0.12.4"
authors = ["Jerome Froelich <[email protected]>"]
categories = ["caching", "no-std"]
description = "A LRU cache implementation"
0 commit comments