Merge branch 'v0.8.x' into yanns/v0.8.9

This commit is contained in:
Yann Simon
2026-04-07 11:40:51 +02:00
9 changed files with 42 additions and 22 deletions
+5 -1
View File
@@ -9,10 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **breaking:** `#[from_request(via(Extractor))]` now uses the extractor's
rejection type instead of `axum::response::Response` ([#3261])
[#3261]: https://github.com/tokio-rs/axum/pull/3261
# 0.5.1
- **fixed:** Fix compilation error when deriving `TypedPath` with
`OptionalFromRequestParts` being in scope ([#3645])
[#3261]: https://github.com/tokio-rs/axum/pull/3261
[#3645]: https://github.com/tokio-rs/axum/pull/3645
# 0.5.0
+1 -1
View File
@@ -9,7 +9,7 @@ license = "MIT"
name = "axum-macros"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.5.0" # remember to also bump the version that axum and axum-extra depends on
version = "0.5.1" # remember to also bump the version that axum and axum-extra depends on
[package.metadata.docs.rs]
all-features = true