Skip to content

Commit a2dbbf4

Browse files
authored
Merge pull request #95 from jeromefroe/jerome/release-v7
Prepare 0.6.1 release
2 parents 4310655 + 5b711f9 commit a2dbbf4

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.6.1](https://github.com/jeromefroe/lru-rs/tree/0.6.1) - 2020-11-02
4+
5+
- Update dependency on hashbrown to 0.9.
6+
37
## [v0.6.0](https://github.com/jeromefroe/lru-rs/tree/0.6.0) - 2020-08-02
48

59
- Update dependency on hashbrown to 0.8.

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.0"
3+
version = "0.6.1"
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)