This commit is contained in:
David Pedersen
2023-12-29 17:47:06 +01:00
committed by GitHub
parent b494d455cc
commit fe89ab5592
6 changed files with 19 additions and 5 deletions
+6
View File
@@ -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])
+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.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"]