Skip to content

Commit

Permalink
release 0.45.1 / 0.18.0
Browse files Browse the repository at this point in the history
Release proc macro changes from 0.45.0
  • Loading branch information
jaemk committed Sep 6, 2023
1 parent 96dea48 commit 31ef4a8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
## Changed
## Removed

## [0.45.1] / [cached_proc_macro[0.18.0]]
## Added
## Changed
- Release `*_no_cache` changes from `0.45.0`. The change is in the proc macro crate which
I forgot to release a new version of.
## Removed

## [0.45.0]
## Added
- Generate `*_no_cache` function for every cached function to allow calling the original function
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ redis_ahash = ["redis_store", "redis/ahash"]
wasm = ["instant/wasm-bindgen"]

[dependencies.cached_proc_macro]
version = "0.17.0"
version = "0.18.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.17.0"
version = "0.18.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 31ef4a8

Please sign in to comment.