mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-02 00:00:22 +02:00
Release (#2461)
This commit is contained in:
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- None.
|
||||
|
||||
# 0.4.2 (29. December, 2023)
|
||||
|
||||
- **added:** `Body` implements `From<()>` now ([#2411])
|
||||
|
||||
[#2411]: https://github.com/tokio-rs/axum/pull/2411
|
||||
|
||||
# 0.4.1 (03. December, 2023)
|
||||
|
||||
- Fix from_stream doc link to `Stream` in docs ([#2391])
|
||||
|
||||
@@ -9,7 +9,7 @@ license = "MIT"
|
||||
name = "axum-core"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/tokio-rs/axum"
|
||||
version = "0.4.1" # remember to also bump the version that axum and axum-extra depend on
|
||||
version = "0.4.2" # remember to also bump the version that axum and axum-extra depend on
|
||||
|
||||
[features]
|
||||
tracing = ["dep:tracing"]
|
||||
|
||||
Reference in New Issue
Block a user