Skip to content

Commit

Permalink
mark v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Nov 1, 2023
1 parent b8b38e6 commit 5b9d3ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Unreleased

# 0.4.1

- Fix lifecycle state persisting in stores when it should not. #71

# 0.4.0

**Breaking Changes**
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tower-sessions"
description = "🥠 Sessions as a `tower` and `axum` middleware."
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = ["Max Countryman <hello@maxcountryman.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ To use the crate in your project, add the following to your `Cargo.toml` file:

```toml
[dependencies]
tower-sessions = "0.4.0"
tower-sessions = "0.4.1"
```

## 🤸 Usage
Expand Down

0 comments on commit 5b9d3ef

Please sign in to comment.