Skip to content

Commit

Permalink
Bump version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteAlex committed Aug 31, 2021
1 parent c98f178 commit 4073a9b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v0.1.1
* Add additional helper methods
- update_if_exists
- update_mut_if_exists
- remove_if
* Change Backing Trait to support `remove_if`. This might be breaking if you have a custom backing.

# v0.1.0
* Add ttl-cache feature
* \[Breaking] Return type of the loader function changed from Optional<T> to Result<T, E>
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "cache_loader_async"
description = "A thread safe loading cache with async loader functions based on tokio"
repository = "https://github.com/ZeroTwo-Bot/cache-loader-async-rs"
version = "0.1.0"
version = "0.1.1"
authors = ["Alexander Becker <bytealex@zerotwo.bot>", "Spencer Sharkey <spencer@sf-n.com>"]
edition = "2018"
keywords = ["cache", "async"]
Expand Down

0 comments on commit 4073a9b

Please sign in to comment.