Skip to content

Commit bcda1a9

Browse files
committed
axum-core: Version 0.2.1
1 parent 530b090 commit bcda1a9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

axum-core/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

axum-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "axum-core"
99
readme = "README.md"
1010
repository = "https://github.com/tokio-rs/axum"
11-
version = "0.2.0"
11+
version = "0.2.1"
1212

1313
[dependencies]
1414
async-trait = "0.1"

0 commit comments

Comments
 (0)