Skip to content

Commit

Permalink
Merge pull request #201 from jeromefroe/jerome/prepare-0-12-4-release
Browse files Browse the repository at this point in the history
Prepare 0.12.4 release
  • Loading branch information
jeromefroe committed Jul 31, 2024
2 parents 5f69ef1 + 4fb1543 commit d5b98fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.12.4](https://github.com/jeromefroe/lru-rs/tree/0.12.4) - 2024-07-30

- Add methods that take a reference to the key that should be inserted.

## [v0.12.3](https://github.com/jeromefroe/lru-rs/tree/0.12.3) - 2024-02-24

- Add `get_key_value_mut` method.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lru"
version = "0.12.3"
version = "0.12.4"
authors = ["Jerome Froelich <jeromefroelic@hotmail.com>"]
categories = ["caching", "no-std"]
description = "A LRU cache implementation"
Expand Down

0 comments on commit d5b98fd

Please sign in to comment.