Skip to content

Commit

Permalink
Merge pull request #184 from jeromefroe/jerome/prepare-0-12-0-release
Browse files Browse the repository at this point in the history
Prepare 0.12.0 release
  • Loading branch information
jeromefroe committed Oct 4, 2023
2 parents e82039d + cf57ac0 commit 4e0d2ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## [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`.
- Add `BuildHasher` trait bound to `Debug` for `LruCache`.

## [v0.11.1](https://github.com/jeromefroe/lru-rs/tree/0.11.1) - 2023-09-05

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

0 comments on commit 4e0d2ac

Please sign in to comment.