Skip to content

Commit d03489b

Browse files
authored
Merge pull request #173 from jeromefroe/jerome/prepare-0-10-1-release
Prepare 0.10.1 release
2 parents 3bb0d8d + 28f8fe9 commit d03489b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v0.10.1](https://github.com/jeromefroe/lru-rs/tree/0.10.1) - 2023-07-29
4+
5+
- Add `try_get_or_insert` method.
6+
37
## [v0.10.0](https://github.com/jeromefroe/lru-rs/tree/0.10.0) - 2023-03-04
48

59
- Remove `KeyRef` from the public API.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lru"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
authors = ["Jerome Froelich <[email protected]>"]
55
categories = ["caching", "no-std"]
66
description = "A LRU cache implementation"

0 commit comments

Comments
 (0)