chore: release

This commit is contained in:
github-actions[bot]
2026-05-05 12:42:17 +00:00
committed by GitHub
parent 9b203a8912
commit 8d04cb1600
8 changed files with 45 additions and 9 deletions
+6
View File
@@ -120,6 +120,12 @@ Released without changes to fix docs.rs build.
# 0.10.0
## [0.12.7](https://github.com/tokio-rs/axum/compare/axum-extra-v0.12.6...axum-extra-v0.12.7) - 2026-05-05
### Other
- updated the following local packages: axum-core, axum-macros, axum
## since rc.1
<details>
+3 -3
View File
@@ -9,7 +9,7 @@ license = "MIT"
name = "axum-extra"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.12.6"
version = "0.12.7"
[package.metadata.docs.rs]
all-features = true
@@ -111,8 +111,8 @@ tower-layer = "0.3"
tower-service = "0.3"
# optional dependencies
axum = { path = "../axum", version = "0.8.9", default-features = false, optional = true }
axum-macros = { path = "../axum-macros", version = "0.5.1", optional = true }
axum = { path = "../axum", version = "0.8.10", default-features = false, optional = true }
axum-macros = { path = "../axum-macros", version = "0.5.2", optional = true }
cookie = { package = "cookie", version = "0.18.0", features = ["percent-encode"], optional = true }
fastrand = { version = "2.1.0", optional = true }
form_urlencoded = { version = "1.1.0", optional = true }