Skip to content

Releases: patte/tower-sessions-rusqlite-store

v0.14.0

22 Jan 12:51
Compare
Choose a tag to compare

What's Changed

  • use bundled sqlite for examples and tests by @arthmis in #24
  • update tower-sessions (0.14.0) and axum (0.8) dependencies by @arthmis in #23
  • deps: update dependencies (thiserror v2.0.11, tower-cookies v0.11.0) by @patte in #25

All dependency changes:
thiserror = "1.0.64" => "2.0.11"
axum = "0.7.7" => "0.8"
tower-sessions = "0.13.0" => "0.14.0"
tower-cookies = "0.10.0" => "0.11.0"
tokio-rusqlite = "0.6.0"

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

01 Oct 18:08
Compare
Choose a tag to compare

What's Changed

  • deps: bump dependencies (tower-sessions v0.13, tokio-rusqlite v0.6, rusqlite 0.32) by @patte in #13

Full Changelog: v0.12.0...v0.13.0

v0.12.0

21 Mar 15:50
ab14af8
Compare
Choose a tag to compare

v0.11.1-2

19 Mar 11:28
Compare
Choose a tag to compare
  • Update rusqlite to 0.31.0

v0.11.1

18 Mar 16:38
89da44a
Compare
Choose a tag to compare
  • Update tower-sessions to 0.11.1

v0.1.0

15 Feb 19:55
735947f
Compare
Choose a tag to compare

initial release 🎉