File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212# 0.1.1 (06. December, 2021)
1313
14- - ** added:** ` axum_core::response::Response ` now exists as a shorthand for writing ` Response<BoxBody> ` .
14+ - ** added:** ` axum_core::response::Response ` now exists as a shorthand for writing ` Response<BoxBody> ` ([ #590 ] )
15+
16+ [ #590 ] : https://github.com/tokio-rs/axum/pull/590
1517
1618# 0.1.0 (02. December, 2021)
1719
Original file line number Diff line number Diff line change @@ -9,9 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010- None.
1111
12+ # 0.4.2 (06. December, 2021)
13+
14+ - ** fix:** Depend on the correct version of ` axum-core ` ([ #592 ] )
15+
16+ [ #592 ] : https://github.com/tokio-rs/axum/pull/592
17+
1218# 0.4.1 (06. December, 2021)
1319
14- - ** added:** ` axum::response::Response ` now exists as a shorthand for writing ` Response<BoxBody> ` .
20+ - ** added:** ` axum::response::Response ` now exists as a shorthand for writing ` Response<BoxBody> ` ([ #590 ] )
21+
22+ [ #590 ] : https://github.com/tokio-rs/axum/pull/590
1523
1624# 0.4.0 (02. December, 2021)
1725
Original file line number Diff line number Diff line change 11[package ]
22name = " axum"
3- version = " 0.4.1 "
3+ version = " 0.4.2 "
44categories = [" asynchronous" , " network-programming" , " web-programming" ]
55description = " Web framework that focuses on ergonomics and modularity"
66edition = " 2018"
@@ -20,7 +20,7 @@ tower-log = ["tower/log"]
2020ws = [" tokio-tungstenite" , " sha-1" , " base64" ]
2121
2222[dependencies ]
23- axum-core = { path = " ../axum-core" , version = " 0.1" }
23+ axum-core = { path = " ../axum-core" , version = " 0.1.1 " }
2424async-trait = " 0.1.43"
2525bitflags = " 1.0"
2626bytes = " 1.0"
You can’t perform that action at this time.
0 commit comments