Skip to content

Commit

Permalink
Prepare release of version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Froelich committed Jan 15, 2018
1 parent db6eabe commit 868fa0c
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.1.5](https://github.com/jeromefroe/lru-rs/tree/0.1.4) - 2018-01-15
## [v0.1.6](https://github.com/jeromefroe/lru-rs/tree/0.1.6) - 2018-01-15

* Add `resize` method to dynamically resize the cache.

## [v0.1.5](https://github.com/jeromefroe/lru-rs/tree/0.1.5) - 2018-01-15

* Add `get_mut` method to get a mutable reference from the cache.

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.1.5"
version = "0.1.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 868fa0c

Please sign in to comment.