Skip to content

Commit 158d16a

Browse files
committed
prep for release
1 parent d5407e6 commit 158d16a

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# 0.2.1
4+
5+
- Fix clearing session's data is not persisted. #22
6+
37
# 0.2.0
48

59
**Breaking Changes**

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tower-sessions"
33
description = "🥠 Sessions as a `tower` and `axum` middleware."
4-
version = "0.2.0"
4+
version = "0.2.1"
55
edition = "2021"
66
authors = ["Max Countryman <hello@maxcountryman.com>"]
77
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To use the crate in your project, add the following to your `Cargo.toml` file:
5353

5454
```toml
5555
[dependencies]
56-
tower-sessions = "0.2.0"
56+
tower-sessions = "0.2.1"
5757
```
5858

5959
## 🤸 Usage

0 commit comments

Comments
 (0)