mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-27 00:00:24 +02:00
Merge branch 'v0.8.x' into yanns/v0.8.9
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user