From 950dde26640095d1c7f696ddfdace96cdce6689a Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Sun, 3 Apr 2022 20:18:01 +0200 Subject: [PATCH] axum-extra: Version 0.2.1 --- axum-extra/CHANGELOG.md | 9 +++++++-- axum-extra/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index a745c52e..3aaa41a1 100644 --- a/axum-extra/CHANGELOG.md +++ b/axum-extra/CHANGELOG.md @@ -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) diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index 57990d92..e43e9912 100644 --- a/axum-extra/Cargo.toml +++ b/axum-extra/Cargo.toml @@ -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 = []