Skip to content

Commit 514cc47

Browse files
authored
Merge pull request #213 from jeromefroe/jerome/prepare-0-15-0-release
Prepare 0.15.0 release
2 parents 9903725 + c1e43af commit 514cc47

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.15.0](https://github.com/jeromefroe/lru-rs/tree/0.15.0) - 2025-06-26
4+
5+
- Return bool from `promote` and `demote` to indicate whether key was found.
6+
37
## [v0.14.0](https://github.com/jeromefroe/lru-rs/tree/0.14.0) - 2025-04-12
48

59
- Use `NonZeroUsize::MAX` instead of `unwrap()`, and update MSRV to 1.70.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.14.0"
3+
version = "0.15.0"
44
authors = ["Jerome Froelich <[email protected]>"]
55
categories = ["caching", "no-std"]
66
description = "A LRU cache implementation"

0 commit comments

Comments
 (0)