Skip to content

Commit b424869

Browse files
committed
Prepare 0.12.5 release
1 parent 1ba5130 commit b424869

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.12.5](https://github.com/jeromefroe/lru-rs/tree/0.12.5) - 2024-10-30
4+
5+
- Upgrade hashbrown dependency to 0.15.
6+
37
## [v0.12.4](https://github.com/jeromefroe/lru-rs/tree/0.12.4) - 2024-07-30
48

59
- Add methods that take a reference to the key that should be inserted.

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.12.4"
3+
version = "0.12.5"
44
authors = ["Jerome Froelich <[email protected]>"]
55
categories = ["caching", "no-std"]
66
description = "A LRU cache implementation"

0 commit comments

Comments
 (0)