Skip to content

Commit 7390e51

Browse files
authored
Merge pull request #92 from jeromefroe/jerome/release-0.6.0
Prepare 0.6.0 release
2 parents 64fd915 + 389cf26 commit 7390e51

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.0](https://github.com/jeromefroe/lru-rs/tree/0.6.0) - 2020-08-02
4+
5+
- Update dependency on hashbrown to 0.8.
6+
37
## [v0.5.3](https://github.com/jeromefroe/lru-rs/tree/0.5.3) - 2020-07-06
48

59
- Fix bug that causes crash when putting an item into a zero-capacity cache.

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.5.3"
3+
version = "0.6.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)