axum-extra: Version 0.2.1

This commit is contained in:
David Pedersen 2022-04-03 20:18:01 +02:00
parent 405e3f8c44
commit 950dde2664
2 changed files with 8 additions and 3 deletions

View file

@ -7,14 +7,19 @@ and this project adheres to [Semantic Versioning].
# Unreleased
- None.
# 0.2.0 (31. March, 2022)
- **added:** Re-export `SameSite` and `Expiration` from the `cookie` crate ([#898])
- **fixed:** Fix `SignedCookieJar` when using custom key types ([#899])
- **added:** Add `PrivateCookieJar` for managing private cookies ([#900])
- **added:** Add `SpaRouter` for routing setups commonly used for single page applications
- **added:** Add `SpaRouter` for routing setups commonly used for single page applications ([#904])
- **fixed:** Fix `SignedCookieJar` when using custom key types ([#899])
[#898]: https://github.com/tokio-rs/axum/pull/898
[#899]: https://github.com/tokio-rs/axum/pull/899
[#900]: https://github.com/tokio-rs/axum/pull/900
[#904]: https://github.com/tokio-rs/axum/pull/904
# 0.2.0 (31. March, 2022)

View file

@ -8,7 +8,7 @@ license = "MIT"
name = "axum-extra"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.2.0"
version = "0.2.1"
[features]
default = []