Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
See changelog
  • Loading branch information
jaemk committed Feb 19, 2018
1 parent f6b30f0 commit a20af53
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.5.0]
## Added
- Add `cached_key` macro to allow defining the caching key

## Changed
- Tweak `cached` macro syntax
- Update readme

## Removed


## [0.4.4]
## Added
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "cached"
version = "0.4.4"
version = "0.5.0"
authors = ["James Kominick <[email protected]>"]
description = "Simple function caching/memoization"
description = "Generic cache implementations and simplified function memoization"
repository = "https://github.com/jaemk/cached"
documentation = "https://docs.rs/cached"
readme = "README.md"
categories = ["caching"]
keywords = ["caching", "cache", "cached", "memoize", "lru"]
keywords = ["caching", "cache", "memoize", "lru"]
license = "MIT"

[badges]
Expand Down

0 comments on commit a20af53

Please sign in to comment.