Skip to content

Commit

Permalink
Prepare 0.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromefroe committed Jul 11, 2023
1 parent f57f60b commit ea49822
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## [v0.10.1](https://github.com/jeromefroe/lru-rs/tree/0.10.1) - 2023-07-29
## [v0.11.0](https://github.com/jeromefroe/lru-rs/tree/0.11.0) - 2023-07-11

- Update dependency on hashbrown to 0.14 and update MSRV to 1.64.0.

## [v0.10.1](https://github.com/jeromefroe/lru-rs/tree/0.10.1) - 2023-06-29

- Add `try_get_or_insert` 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.10.1"
version = "0.11.0"
authors = ["Jerome Froelich <jeromefroelic@hotmail.com>"]
categories = ["caching", "no-std"]
description = "A LRU cache implementation"
Expand Down

0 comments on commit ea49822

Please sign in to comment.