Skip to content

Commit

Permalink
axum-extra v0.4.2 (#1609)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Dec 2, 2022
1 parent 7386e5d commit ee3cb97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions axum-extra/CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion axum-extra/Cargo.toml
Expand Up @@ -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 = []
Expand Down

0 comments on commit ee3cb97

Please sign in to comment.