mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
Release axum 0.8.3 and related crates
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user