Release axum-extra v0.12.5

This commit is contained in:
Jonas Platte
2025-12-27 15:33:05 +01:00
parent 6b0089190c
commit d9f79f5616
3 changed files with 8 additions and 8 deletions
Generated
+1 -1
View File
@@ -362,7 +362,7 @@ dependencies = [
[[package]] [[package]]
name = "axum-extra" name = "axum-extra"
version = "0.12.4" version = "0.12.5"
dependencies = [ dependencies = [
"axum", "axum",
"axum-core", "axum-core",
+6 -6
View File
@@ -1,9 +1,3 @@
# Unreleased
- **fixed:** `JsonLines` now correctly respects the default body limit ([#3591])
[#3591]: https://github.com/tokio-rs/axum/pull/3591
# Changelog # Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
@@ -11,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog], The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning]. and this project adheres to [Semantic Versioning].
# 0.12.5
- **fixed:** `JsonLines` now correctly respects the default body limit ([#3591])
[#3591]: https://github.com/tokio-rs/axum/pull/3591
# 0.12.4 # 0.12.4
- **changed:** Deprecated the `Host` and `Scheme` extractors ([#3595]) - **changed:** Deprecated the `Host` and `Scheme` extractors ([#3595])
+1 -1
View File
@@ -9,7 +9,7 @@ license = "MIT"
name = "axum-extra" name = "axum-extra"
readme = "README.md" readme = "README.md"
repository = "https://github.com/tokio-rs/axum" repository = "https://github.com/tokio-rs/axum"
version = "0.12.4" version = "0.12.5"
[features] [features]
default = ["tracing"] default = ["tracing"]