Skip to content

Commit b9c619c

Browse files
committed
Bump version
1 parent fab3687 commit b9c619c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.2.1
2+
Changed:
3+
* Upgraded lru dependency to fix a security vulnerability. [PR](https://github.com/ZeroTwo-Bot/cache-loader-async-rs/pull/15)
4+
15
# v0.2.0
26
New/Changed:
37
* TTL Backing now uses fewer iterations through the entire list

Cargo.toml

+1-1
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.2.0"
5+
version = "0.2.1"
66
authors = ["Alexander Becker <bytealex@zerotwo.bot>", "Spencer Sharkey <spencer@sf-n.com>"]
77
edition = "2018"
88
keywords = ["cache", "async"]

0 commit comments

Comments
 (0)