mirror of
https://github.com/tokio-rs/axum.git
synced 2025-03-13 19:27:53 +01:00
axum-extra: Version 0.2.1
This commit is contained in:
parent
405e3f8c44
commit
950dde2664
2 changed files with 8 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Reference in a new issue