Skip to content

Commit

Permalink
bump 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaemk committed Jul 3, 2020
1 parent 28ad2d5 commit 17335d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

## [Unreleased]
## Added
- add Cached implementation for std HashMap
## Changed
- trait Cached have a new method cache_get_or_set_with
- cache_set now return the previous value if any
## Removed

## [0.15.0]
## Added
- add `Cached` implementation for std `HashMap`
## Changed
- trait `Cached` has a new method `cache_get_or_set_with`
- `cache_set` now returns the previous value if any
## Removed

## [0.14.0]
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 = "cached"
version = "0.14.0"
version = "0.15.0"
authors = ["James Kominick <[email protected]>"]
description = "Generic cache implementations and simplified function memoization"
repository = "https://github.com/jaemk/cached"
Expand Down

0 comments on commit 17335d2

Please sign in to comment.