Release axum 0.8.3 and related crates

This commit is contained in:
Jonas Platte
2025-03-28 11:14:58 +01:00
parent a9638f76b5
commit b150ac028b
7 changed files with 26 additions and 17 deletions
+6
View File
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# 0.5.2
- **added:** Implement `Stream::size_hint` for `BodyDataStream` ([#3195])
[#3195]: https://github.com/tokio-rs/axum/pull/3195
# 0.5.1
Yanked from crates.io due to unforeseen breaking change, see [#3190] for details.
+1 -1
View File
@@ -9,7 +9,7 @@ license = "MIT"
name = "axum-core"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.5.1" # remember to bump the version that axum and axum-extra depend on
version = "0.5.2" # remember to bump the version that axum and axum-extra depend on
[features]
tracing = ["dep:tracing"]