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
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
3 changed files with 8 additions and 8 deletions

2
Cargo.lock generated
View File

@ -362,7 +362,7 @@ dependencies = [
[[package]]
name = "axum-extra"
version = "0.12.4"
version = "0.12.5"
dependencies = [
"axum",
"axum-core",

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
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],
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
- **changed:** Deprecated the `Host` and `Scheme` extractors ([#3595])

View File

@ -9,7 +9,7 @@ license = "MIT"
name = "axum-extra"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.12.4"
version = "0.12.5"
[features]
default = ["tracing"]