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 6db1654 commit 3d69719Copy full SHA for 3d69719
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+## [v0.8.1](https://github.com/jeromefroe/lru-rs/tree/0.8.1) - 2022-10-01
6
+
7
+- Add "caching" and "no-std" to list of categories.
8
9
## [v0.8.0](https://github.com/jeromefroe/lru-rs/tree/0.8.0) - 2022-09-11
10
11
- Use `NonZeroUsize` for LRU capacity instead of usize.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "lru"
-version = "0.8.0"
+version = "0.8.1"
authors = ["Jerome Froelich <[email protected]>"]
categories = ["caching", "no-std"]
description = "A LRU cache implementation"
0 commit comments