Skip to content

Commit

Permalink
mark v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Mar 5, 2024
1 parent 6f2b4f3 commit 3d60f41
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion moka-store/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tower-sessions-moka-store"
description = "Moka session store for `tower-sessions`."
version = "0.10.0"
version = "0.11.0"
edition = "2021"
authors = ["Max Countryman <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion mongodb-store/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tower-sessions-mongodb-store"
description = "MongoDB session store for `tower-sessions`."
version = "0.10.0"
version = "0.11.0"
edition = "2021"
authors = ["Max Countryman <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion redis-store/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tower-sessions-redis-store"
description = "Redis session store for `tower-sessions`."
version = "0.10.0"
version = "0.11.0"
edition = "2021"
authors = ["Max Countryman <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion sqlx-store/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tower-sessions-sqlx-store"
description = "SQLx session stores for `tower-sessions`."
version = "0.10.0"
version = "0.11.0"
edition = "2021"
authors = ["Max Countryman <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 3d60f41

Please sign in to comment.