We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bb0d8d + 28f8fe9 commit d03489bCopy full SHA for d03489b
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [v0.10.1](https://github.com/jeromefroe/lru-rs/tree/0.10.1) - 2023-07-29
4
+
5
+- Add `try_get_or_insert` method.
6
7
## [v0.10.0](https://github.com/jeromefroe/lru-rs/tree/0.10.0) - 2023-03-04
8
9
- Remove `KeyRef` from the public API.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lru"
-version = "0.10.0"
+version = "0.10.1"
authors = ["Jerome Froelich <[email protected]>"]
categories = ["caching", "no-std"]
description = "A LRU cache implementation"
0 commit comments