From cf56f9a5ddfd435bf1905cf9c8815a582d0f7146 Mon Sep 17 00:00:00 2001 From: Jerome Froelich Date: Wed, 7 Jan 2026 07:15:22 -0500 Subject: [PATCH] Prepare 0.16.3 release --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 738fb12..a51e62a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.16.3](https://github.com/jeromefroe/lru-rs/tree/0.16.3) - 2026-01-07 + +- Fix Stacked Borrows violation in `IterMut`. + ## [v0.16.2](https://github.com/jeromefroe/lru-rs/tree/0.16.2) - 2025-10-14 - Upgrade hashbrown dependency to 0.16.0. diff --git a/Cargo.toml b/Cargo.toml index 27422cb..953e21c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lru" -version = "0.16.2" +version = "0.16.3" authors = ["Jerome Froelich "] rust-version = "1.70.0" categories = ["caching", "no-std"]