Skip to content

Commit e0d89c7

Browse files
committed
Prepare 0.13.0 release
1 parent 32e2c06 commit e0d89c7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v0.13.0](https://github.com/jeromefroe/lru-rs/tree/0.13.0) - 2025-01-27
4+
5+
- Add `peek_mru` and `pop_mru` methods, upgrade dependency on `hashbrown` to 0.15.2, and update MSRV to 1.65.0.
6+
37
## [v0.12.5](https://github.com/jeromefroe/lru-rs/tree/0.12.5) - 2024-10-30
48

59
- Upgrade hashbrown dependency to 0.15.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lru"
3-
version = "0.12.5"
3+
version = "0.13.0"
44
authors = ["Jerome Froelich <[email protected]>"]
55
categories = ["caching", "no-std"]
66
description = "A LRU cache implementation"

0 commit comments

Comments
 (0)