Skip to content

Commit 4073a9b

Browse files
committed
Bump version to v0.1.1
1 parent c98f178 commit 4073a9b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v0.1.1
2+
* Add additional helper methods
3+
- update_if_exists
4+
- update_mut_if_exists
5+
- remove_if
6+
* Change Backing Trait to support `remove_if`. This might be breaking if you have a custom backing.
7+
18
# v0.1.0
29
* Add ttl-cache feature
310
* \[Breaking] Return type of the loader function changed from Optional<T> to Result<T, E>

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cache_loader_async"
33
description = "A thread safe loading cache with async loader functions based on tokio"
44
repository = "https://github.com/ZeroTwo-Bot/cache-loader-async-rs"
5-
version = "0.1.0"
5+
version = "0.1.1"
66
authors = ["Alexander Becker <[email protected]>", "Spencer Sharkey <[email protected]>"]
77
edition = "2018"
88
keywords = ["cache", "async"]

0 commit comments

Comments
 (0)