Skip to content

Commit 71f227e

Browse files
committed
release 0.54.0
1 parent 8e1cd9b commit 71f227e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
## Changed
66
## Removed
77

8+
## [0.54.0]
9+
## Added
10+
- Add `Cached::cache_try_get_or_set_with` for parity with async trait
11+
## Changed
12+
- Remove unnecessary string clones in redis cache store
13+
- Update cargo default features manifest key
14+
## Removed
15+
816
## [0.53.1 / [cached_proc_macro[0.23.0]]]
917
## Added
1018
## Changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cached"
3-
version = "0.53.1"
3+
version = "0.54.0"
44
authors = ["James Kominick <[email protected]>"]
55
description = "Generic cache implementations and simplified function memoization"
66
repository = "https://github.com/jaemk/cached"

0 commit comments

Comments
 (0)