@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ * (none)*
11+
12+ ## [ 0.3.0] - 2023-04-21
13+
14+ ### Breaking
15+
16+ - BREAKING: Updated to [ ` axum-sessions 0.5 ` ] ( https://github.com/maxcountryman/axum-sessions/releases/tag/v0.5.0 ) .
17+
1018### Added
1119
1220- Created CI workflow, with ` cargo check ` , ` cargo clippy ` , ` cargo fmt --check ` , ` cargo doc ` , ` cargo test ` and ` cargo sort --check ` .
@@ -15,6 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1523### Changed
1624
1725- Removed ` tower::util::ServiceExt::oneshot ` from ` README.md ` , hinting instead merely at serving the app with ` hyper::Server ` . (#17 , #20 )
26+ - Updated library dependencies.
27+ - Updated ` same-site ` and ` cross-site ` example dependencies.
1828
1929## [ 0.2.2] - 2022-12-01
2030
@@ -39,9 +49,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3949
4050### Added
4151
42- - Added support for [ ` axum ` 0.6] ( https://tokio.rs/blog/2022-11-25-announcing-axum-0-6-0 ) ,
43- [ ` axum-core ` 0.3] ( https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.0 )
44- and [ ` axum-sessions ` 0.4] ( https://github.com/maxcountryman/axum-sessions/releases/tag/v0.4.0 ) .
52+ - Added support for [ ` axum 0.6 ` ] ( https://tokio.rs/blog/2022-11-25-announcing-axum-0-6-0 ) ,
53+ [ ` axum-core 0.3 ` ] ( https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.0 )
54+ and [ ` axum-sessions 0.4 ` ] ( https://github.com/maxcountryman/axum-sessions/releases/tag/v0.4.0 ) .
4555
4656### Changed
4757
@@ -109,7 +119,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
109119- Example / demo projects for same-site and cross-site usage.
110120- Added full crate documentation.
111121
112- [ unreleased ] : https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.2.2...HEAD
122+ [ unreleased ] : https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.3.0...HEAD
123+ [ 0.3.0 ] : https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.2.2...0.3.0
113124[ 0.2.2 ] : https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.2.1...0.2.2
114125[ 0.2.1 ] : https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.2.0...0.2.1
115126[ 0.2.0 ] : https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.1.4...0.2.0
0 commit comments