Skip to content

Commit

Permalink
mark 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Sep 3, 2024
1 parent fe33b77 commit 66983f5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 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.13.0

- Add option to always save session. #216

# 0.12.3

- Ensure `continuously_delete_expired` waits for initial run. #208
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [".", "memory-store", "tower-sessions-core"]
resolver = "2"

[workspace.package]
version = "0.12.3"
version = "0.13.0"
edition = "2021"
authors = ["Max Countryman <hello@maxcountryman.com>"]
license = "MIT"
Expand Down Expand Up @@ -40,10 +40,10 @@ signed = ["tower-cookies/signed"]
private = ["tower-cookies/private"]

[workspace.dependencies]
tower-sessions = { version = "=0.12.3", path = ".", default-features = false }
tower-sessions = { version = "=0.13.0", path = ".", default-features = false }

tower-sessions-core = { version = "=0.12.3", path = "tower-sessions-core", default-features = false }
tower-sessions-memory-store = { version = "=0.12.3", path = "memory-store" }
tower-sessions-core = { version = "=0.13.0", path = "tower-sessions-core", default-features = false }
tower-sessions-memory-store = { version = "=0.13.0", path = "memory-store" }

async-trait = "0.1.74"
parking_lot = { version = "0.12.1", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ To use the crate in your project, add the following to your `Cargo.toml` file:

```toml
[dependencies]
tower-sessions = "0.12.3"
tower-sessions = "0.13.0"
```

## 🤸 Usage
Expand Down

0 comments on commit 66983f5

Please sign in to comment.