File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,19 @@ and this project adheres to [Semantic Versioning].
77
88# Unreleased
99
10+ - None.
11+
12+ # 0.2.0 (31. March, 2022)
13+
1014- ** added:** Re-export ` SameSite ` and ` Expiration ` from the ` cookie ` crate ([ #898 ] )
11- - ** fixed:** Fix ` SignedCookieJar ` when using custom key types ([ #899 ] )
1215- ** added:** Add ` PrivateCookieJar ` for managing private cookies ([ #900 ] )
13- - ** added:** Add ` SpaRouter ` for routing setups commonly used for single page applications
16+ - ** added:** Add ` SpaRouter ` for routing setups commonly used for single page applications ([ #904 ] )
17+ - ** fixed:** Fix ` SignedCookieJar ` when using custom key types ([ #899 ] )
1418
1519[ #898 ] : https://github.com/tokio-rs/axum/pull/898
1620[ #899 ] : https://github.com/tokio-rs/axum/pull/899
1721[ #900 ] : https://github.com/tokio-rs/axum/pull/900
22+ [ #904 ] : https://github.com/tokio-rs/axum/pull/904
1823
1924# 0.2.0 (31. March, 2022)
2025
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "MIT"
88name = " axum-extra"
99readme = " README.md"
1010repository = " https://github.com/tokio-rs/axum"
11- version = " 0.2.0 "
11+ version = " 0.2.1 "
1212
1313[features ]
1414default = []
You can’t perform that action at this time.
0 commit comments