Skip to content

Commit

Permalink
Merge pull request #68 from canndrew/version-bump-0.3.0
Browse files Browse the repository at this point in the history
Version change to 0.3.0
  • Loading branch information
dirvine committed Apr 20, 2016
2 parents 58c3728 + 3cf9c57 commit c00f149
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Lru Time Cache - Change Log

## [0.3.0]
- Remove dependency on the time crate.
- Use std::time::Duration in the API

## [0.2.7]
- Updated dependencies.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "lru_time_cache"
readme = "README.md"
repository = "https://github.com/maidsafe/lru_time_cache"
version = "0.2.7"
version = "0.3.0"

[dependencies]
clippy = {version = "~0.0.45", optional = true}
Expand Down

0 comments on commit c00f149

Please sign in to comment.