Skip to content

Commit

Permalink
release: v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patte committed Mar 18, 2024
1 parent 887ce27 commit 0731722
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.11.1

- Update `tower-sessions` to `0.11.1`

# 0.1.0

- Initial release :tada:
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ This is an unofficial fork of the original `tower-sessions-stores`. I'm relative
## 🙏 Credits
All credits go to the original authors of `tower-sessions-stores` and `tower-sessions`.

<!-- 📦 Release
cargo publish --dry-run -p tower-sessions-rusqlite-store
-->
2 changes: 1 addition & 1 deletion rusqlite-store/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tower-sessions-rusqlite-store"
description = "(tokio-)rusqlite session store for `tower-sessions`."
version = "0.1.0"
version = "0.11.1"
edition = "2021"
authors = ["Patrick Recher <[email protected]>", "Max Countryman <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 0731722

Please sign in to comment.