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.
1 parent 7890848 commit d3b8de7Copy full SHA for d3b8de7
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
-## Unreleased
+## [v0.10.0](https://github.com/jeromefroe/lru-rs/tree/0.10.0) - 2023-03-04
4
+
5
+- Remove `KeyRef` from the public API.
6
7
## [v0.9.0](https://github.com/jeromefroe/lru-rs/tree/0.9.0) - 2022-12-31
8
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lru"
-version = "0.9.0"
+version = "0.10.0"
authors = ["Jerome Froelich <[email protected]>"]
categories = ["caching", "no-std"]
description = "A LRU cache implementation"
0 commit comments