Skip to content

Commit

Permalink
0.44.0 / 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaemk committed Jun 3, 2023
1 parent 00dc83f commit f1bcfd6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
## [Unreleased]
## Added
## Changed
## Removed

## [0.44.0] / [cached_proc_macro[0.17.0]]
## Added
- Option to enable redis multiplex-connection manager on `AsyncRedisCache`
## Changed
- Show proc-macro documentation on docs.rs
- Document needed feature flags
- Hide implementation details in documentation
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cached"
version = "0.43.0"
version = "0.44.0"
authors = ["James Kominick <james@kominick.com>"]
description = "Generic cache implementations and simplified function memoization"
repository = "https://github.com/jaemk/cached"
Expand Down Expand Up @@ -28,7 +28,7 @@ redis_ahash = ["redis_store", "redis/ahash"]
wasm = ["instant/wasm-bindgen"]

[dependencies.cached_proc_macro]
version = "0.16.0"
version = "0.17.0"
path = "cached_proc_macro"
optional = true

Expand Down
2 changes: 1 addition & 1 deletion cached_proc_macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cached_proc_macro"
version = "0.16.0"
version = "0.17.0"
authors = ["csos95 <csoscss@gmail.com>", "James Kominick <james@kominick.com>"]
description = "Generic cache implementations and simplified function memoization"
repository = "https://github.com/jaemk/cached"
Expand Down

0 comments on commit f1bcfd6

Please sign in to comment.