Release axum-extra 0.12.0

This commit is contained in:
David Mládek
2025-10-29 17:08:03 +01:00
parent e20e90d0b6
commit 914a35a012
3 changed files with 4 additions and 2 deletions
Generated
+1 -1
View File
@@ -362,7 +362,7 @@ dependencies = [
[[package]]
name = "axum-extra"
version = "0.10.3"
version = "0.12.0"
dependencies = [
"axum",
"axum-core",
+2
View File
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].
# 0.12.0
- **breaking:** Remove unused `async-stream` feature, which was accidentally
introduced as an implicit feature through an optional dependency which was no
longer being used ([#3298])
+1 -1
View File
@@ -9,7 +9,7 @@ license = "MIT"
name = "axum-extra"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.10.3"
version = "0.12.0"
[features]
default = ["tracing"]