Skip to content

Commit 5a11bcb

Browse files
committed
docs: update CHANGELOG, bump confidence
1 parent bd7a9c0 commit 5a11bcb

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 0.14.0
2+
3+
- use bundled sqlite for examples and tests by @arthmis in https://github.com/patte/tower-sessions-rusqlite-store/pull/24
4+
- update tower-sessions (0.14.0) and axum (0.8) dependencies by @arthmis in https://github.com/patte/tower-sessions-rusqlite-store/pull/23
5+
- deps: update dependencies (thiserror v2.0.11, tower-cookies v0.11.0) by @patte in https://github.com/patte/tower-sessions-rusqlite-store/pull/25
6+
7+
All dependency changes:
8+
`thiserror = "1.0.64" => "2.0.11"`
9+
`axum = "0.7.7" => "0.8"`
10+
`tower-sessions = "0.13.0" => "0.14.0"`
11+
`tower-cookies = "0.10.0" => "0.11.0"`
12+
`tokio-rusqlite = "0.6.0"`
13+
14+
# 0.13.0
15+
16+
- deps: bump dependencies (tower-sessions v0.13, tokio-rusqlite v0.6, rusqlite 0.32) by @patte in https://github.com/patte/tower-sessions-rusqlite-store/pull/13
17+
118
# 0.12.0
219

320
- Update `tower-sessions` to `0.12.0` and implement `SessionStore::create`.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The unit tests are copied from [maxcountryman/tower-sessions/memory-store](https
2828
Run all tests with: `cargo nextest run rusqlite_store_tests`.
2929

3030
## 🦺 Disclaimer
31-
This is an unofficial fork of the original `tower-sessions-stores`. I'm relatively new to Rust and might have made stupid mistakes.
31+
This is an unofficial fork of the original `tower-sessions-stores`.
3232

3333
## 🙏 Credits
3434
Most credits go to the original authors of `tower-sessions-stores` and `tower-sessions`.

0 commit comments

Comments
 (0)