From fc4f30953e75e4315d9d965a3e4b7f0968788d2a Mon Sep 17 00:00:00 2001 From: Jerome Froelich Date: Tue, 14 Oct 2025 13:30:54 -0400 Subject: [PATCH] Prepare 0.16.2 release --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61d1dfd..738fb12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.16.2](https://github.com/jeromefroe/lru-rs/tree/0.16.2) - 2025-10-14 + +- Upgrade hashbrown dependency to 0.16.0. + ## [v0.16.1](https://github.com/jeromefroe/lru-rs/tree/0.16.1) - 2025-09-08 - Fix `Clone` for unbounded cache. diff --git a/Cargo.toml b/Cargo.toml index c2777c1..27422cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lru" -version = "0.16.1" +version = "0.16.2" authors = ["Jerome Froelich "] rust-version = "1.70.0" categories = ["caching", "no-std"]