Skip to content

Commit 09f68c6

Browse files
authored
Merge pull request #116 from jeromefroe/jerome/prepare-0.7.0-release
Prepare 0.7.0 release
2 parents 0bf27e9 + 9e82e0a commit 09f68c6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v0.7.0](https://github.com/jeromefroe/lru-rs/tree/0.7.0) - 2021-09-14
4+
5+
- Explicitly implement Borrow for String and Vec types for non-nightly.
6+
37
## [v0.6.6](https://github.com/jeromefroe/lru-rs/tree/0.6.6) - 2021-07-28
48

59
- Update dependency on hashbrown to 0.11.2.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lru"
3-
version = "0.6.6"
3+
version = "0.7.0"
44
authors = ["Jerome Froelich <[email protected]>"]
55
description = "A LRU cache implementation"
66
homepage = "https://github.com/jeromefroe/lru-rs"

0 commit comments

Comments
 (0)