Skip to content

Commit c1f843d

Browse files
authored
Merge pull request #223 from jeromefroe/jerome/prepare-0-16-2-release
Prepare 0.16.2 release
2 parents e91ea2b + fc4f309 commit c1f843d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v0.16.2](https://github.com/jeromefroe/lru-rs/tree/0.16.2) - 2025-10-14
4+
5+
- Upgrade hashbrown dependency to 0.16.0.
6+
37
## [v0.16.1](https://github.com/jeromefroe/lru-rs/tree/0.16.1) - 2025-09-08
48

59
- Fix `Clone` for unbounded cache.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lru"
3-
version = "0.16.1"
3+
version = "0.16.2"
44
authors = ["Jerome Froelich <[email protected]>"]
55
rust-version = "1.70.0"
66
categories = ["caching", "no-std"]

0 commit comments

Comments
 (0)