Skip to content

Commit

Permalink
Merge pull request #188 from jeromefroe/jerome/prepare-0-12-1-release
Browse files Browse the repository at this point in the history
Prepare 0.12.1 release
  • Loading branch information
jeromefroe committed Nov 22, 2023
2 parents 5cee09a + 878453f commit 27ec1c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## [v0.12.1](https://github.com/jeromefroe/lru-rs/tree/0.12.1) - 2023-11-21

- Add `get_key_value` method.

## [v0.12.0](https://github.com/jeromefroe/lru-rs/tree/0.12.0) - 2023-10-03

- Add lifetime specifier to `try_get_or_insert_mut`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lru"
version = "0.12.0"
version = "0.12.1"
authors = ["Jerome Froelich <jeromefroelic@hotmail.com>"]
categories = ["caching", "no-std"]
description = "A LRU cache implementation"
Expand Down

0 comments on commit 27ec1c7

Please sign in to comment.