Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteAlex committed Sep 9, 2022
1 parent fab3687 commit b9c619c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.2.1
Changed:
* Upgraded lru dependency to fix a security vulnerability. [PR](https://github.com/ZeroTwo-Bot/cache-loader-async-rs/pull/15)

# v0.2.0
New/Changed:
* TTL Backing now uses fewer iterations through the entire list
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.2.0"
version = "0.2.1"
authors = ["Alexander Becker <[email protected]>", "Spencer Sharkey <[email protected]>"]
edition = "2018"
keywords = ["cache", "async"]
Expand Down

0 comments on commit b9c619c

Please sign in to comment.