Skip to content

Commit 5ec44f5

Browse files
authored
Merge pull request #211 from jeromefroe/jerome/prepare-0-14-0-release
Prepare 0.14.0 release
2 parents 11a71a4 + e6c17b0 commit 5ec44f5

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.14.0](https://github.com/jeromefroe/lru-rs/tree/0.14.0) - 2025-04-12
4+
5+
- Use `NonZeroUsize::MAX` instead of `unwrap()`, and update MSRV to 1.70.0.
6+
37
## [v0.13.0](https://github.com/jeromefroe/lru-rs/tree/0.13.0) - 2025-01-27
48

59
- Add `peek_mru` and `pop_mru` methods, upgrade dependency on `hashbrown` to 0.15.2, and update MSRV to 1.65.0.

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

0 commit comments

Comments
 (0)