Skip to content

Commit

Permalink
Prepare 0.6.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromefroe committed Jul 29, 2021
1 parent 4cbb077 commit 121ac9d
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.6.6](https://github.com/jeromefroe/lru-rs/tree/0.6.5) - 2021-02-12
## [v0.6.6](https://github.com/jeromefroe/lru-rs/tree/0.6.6) - 2021-07-28

- Update dependency on hashbrown to 0.11.2.

## [v0.6.5](https://github.com/jeromefroe/lru-rs/tree/0.6.5) - 2021-02-12

- Add `unbounded_with_hasher` constructor.

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.6.5"
version = "0.6.6"
authors = ["Jerome Froelich <jeromefroelic@hotmail.com>"]
description = "A LRU cache implementation"
homepage = "https://github.com/jeromefroe/lru-rs"
Expand Down

0 comments on commit 121ac9d

Please sign in to comment.