Skip to content

Commit 950dde2

Browse files
committed
axum-extra: Version 0.2.1
1 parent 405e3f8 commit 950dde2

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

axum-extra/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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

axum-extra/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "axum-extra"
99
readme = "README.md"
1010
repository = "https://github.com/tokio-rs/axum"
11-
version = "0.2.0"
11+
version = "0.2.1"
1212

1313
[features]
1414
default = []

0 commit comments

Comments
 (0)