Skip to content

Commit

Permalink
Merge pull request #116 from jeromefroe/jerome/prepare-0.7.0-release
Browse files Browse the repository at this point in the history
Prepare 0.7.0 release
  • Loading branch information
jeromefroe committed Sep 15, 2021
2 parents 0bf27e9 + 9e82e0a commit 09f68c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## [v0.7.0](https://github.com/jeromefroe/lru-rs/tree/0.7.0) - 2021-09-14

- Explicitly implement Borrow for String and Vec types for non-nightly.

## [v0.6.6](https://github.com/jeromefroe/lru-rs/tree/0.6.6) - 2021-07-28

- Update dependency on hashbrown to 0.11.2.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lru"
version = "0.6.6"
version = "0.7.0"
authors = ["Jerome Froelich <jeromefroelic@hotmail.com>"]
description = "A LRU cache implementation"
homepage = "https://github.com/jeromefroe/lru-rs"
Expand Down

0 comments on commit 09f68c6

Please sign in to comment.