mirror of
https://github.com/tokio-rs/axum.git
synced 2025-04-03 21:15:55 +02:00
axum-extra v0.4.2 (#1609)
This commit is contained in:
parent
7386e5d185
commit
ee3cb971f7
2 changed files with 5 additions and 1 deletions
axum-extra
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning].
|
|||
|
||||
# Unreleased
|
||||
|
||||
- None.
|
||||
|
||||
# 0.4.2 (02. December, 2022)
|
||||
|
||||
- **fixed:** Bug fixes for `RouterExt:{route_with_tsr, route_service_with_tsr}` ([#1608]):
|
||||
- Redirects to the correct URI if the route contains path parameters
|
||||
- Keeps query parameters when redirecting
|
||||
|
|
|
@ -9,7 +9,7 @@ license = "MIT"
|
|||
name = "axum-extra"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/tokio-rs/axum"
|
||||
version = "0.4.1"
|
||||
version = "0.4.2"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
|
Loading…
Add table
Reference in a new issue