Skip to content

Commit

Permalink
Merge pull request #173 from jeromefroe/jerome/prepare-0-10-1-release
Browse files Browse the repository at this point in the history
Prepare 0.10.1 release
  • Loading branch information
jeromefroe committed Jun 30, 2023
2 parents 3bb0d8d + 28f8fe9 commit d03489b
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.10.1](https://github.com/jeromefroe/lru-rs/tree/0.10.1) - 2023-07-29

- Add `try_get_or_insert` method.

## [v0.10.0](https://github.com/jeromefroe/lru-rs/tree/0.10.0) - 2023-03-04

- Remove `KeyRef` from the public API.
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.10.0"
version = "0.10.1"
authors = ["Jerome Froelich <jeromefroelic@hotmail.com>"]
categories = ["caching", "no-std"]
description = "A LRU cache implementation"
Expand Down

0 comments on commit d03489b

Please sign in to comment.