File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88# Unreleased
99
10+ - None.
11+
12+ # 0.2.0 (31. March, 2022)
13+
1014- ** added:** Add ` IntoResponseParts ` trait which allows defining custom response
1115 types for adding headers or extensions to responses ([ #797 ] )
1216- ** breaking:** Using ` HeaderMap ` as an extractor will no longer remove the headers and thus
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "MIT"
88name = " axum-core"
99readme = " README.md"
1010repository = " https://github.com/tokio-rs/axum"
11- version = " 0.1.2 "
11+ version = " 0.2.0 "
1212
1313[dependencies ]
1414async-trait = " 0.1"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ tower-log = ["tower/log"]
2424ws = [" tokio-tungstenite" , " sha-1" , " base64" ]
2525
2626[dependencies ]
27- axum-core = { path = " ../axum-core" , version = " 0.1.1 " }
27+ axum-core = { path = " ../axum-core" , version = " 0.2.0 " }
2828async-trait = " 0.1.43"
2929bitflags = " 1.0"
3030bytes = " 1.0"
You can’t perform that action at this time.
0 commit comments