File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88# Unreleased
99
10- - ** added:** Add ` RequestParts::extract ` which allows applying an extractor as a method call
10+ - None.
11+
12+ # 0.2.1 (03. April, 2022)
13+
14+ - ** added:** Add ` RequestParts::extract ` which allows applying an extractor as a method call ([ #897 ] )
15+
16+ [ #897 ] : https://github.com/tokio-rs/axum/pull/897
1117
1218# 0.2.0 (31. March, 2022)
1319
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.2.0 "
11+ version = " 0.2.1 "
1212
1313[dependencies ]
1414async-trait = " 0.1"
You can’t perform that action at this time.
0 commit comments