mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-03 00:00:07 +02:00
Release axum and axum-core (#2402)
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.1 (03. December, 2023)
|
||||
|
||||
- Fix from_stream doc link to `Stream` in docs ([#2391])
|
||||
|
||||
[#2391]: https://github.com/tokio-rs/axum/pull/2391
|
||||
|
||||
# 0.4.0 (27. November, 2023)
|
||||
|
||||
- **added:** Implement `IntoResponse` for `(R,) where R: IntoResponse` ([#2143])
|
||||
|
||||
@@ -9,7 +9,7 @@ license = "MIT"
|
||||
name = "axum-core"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/tokio-rs/axum"
|
||||
version = "0.4.0" # remember to also bump the version that axum and axum-extra depend on
|
||||
version = "0.4.1" # remember to also bump the version that axum and axum-extra depend on
|
||||
|
||||
[features]
|
||||
tracing = ["dep:tracing"]
|
||||
@@ -38,7 +38,7 @@ tracing = { version = "0.1.37", default-features = false, optional = true }
|
||||
rustversion = "1.0.9"
|
||||
|
||||
[dev-dependencies]
|
||||
axum = { path = "../axum", version = "0.7.0" }
|
||||
axum = { path = "../axum", version = "0.7.2" }
|
||||
axum-extra = { path = "../axum-extra", features = ["typed-header"] }
|
||||
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
|
||||
hyper = "1.0.0"
|
||||
|
||||
Reference in New Issue
Block a user