Skip to content

Commit d5b98fd

Browse files
authored
Merge pull request #201 from jeromefroe/jerome/prepare-0-12-4-release
Prepare 0.12.4 release
2 parents 5f69ef1 + 4fb1543 commit d5b98fd

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.4](https://github.com/jeromefroe/lru-rs/tree/0.12.4) - 2024-07-30
4+
5+
- Add methods that take a reference to the key that should be inserted.
6+
37
## [v0.12.3](https://github.com/jeromefroe/lru-rs/tree/0.12.3) - 2024-02-24
48

59
- Add `get_key_value_mut` method.

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

0 commit comments

Comments
 (0)