Skip to content

Commit 6ad1127

Browse files
authored
Merge pull request #208 from jeromefroe/jerome/prepare-0-13-0-release
Prepare 0.13.0 release
2 parents 32e2c06 + e0d89c7 commit 6ad1127

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.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

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.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)