summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2022-04-03 20:21:16 +0200
committerDavid Pedersen <david.pdrsn@gmail.com>2022-04-03 20:21:16 +0200
commitbcda1a97dbfe616c168ea64addc8477865946a34 (patch)
treef6ecef272c01cf800f99c5df74cba4d63bddae73
parent530b0906f771333b5096873b766af8270326899b (diff)
axum-core: Version 0.2.1axum-core-v0.2.1
-rw-r--r--axum-core/CHANGELOG.md8
-rw-r--r--axum-core/Cargo.toml2
2 files changed, 8 insertions, 2 deletions
diff --git a/axum-core/CHANGELOG.md b/axum-core/CHANGELOG.md
index ecf78f31..01c31d06 100644
--- a/axum-core/CHANGELOG.md
+++ b/axum-core/CHANGELOG.md
@@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# Unreleased
-- **added:** Add `RequestParts::extract` which allows applying an extractor as a method call
+- None.
+
+# 0.2.1 (03. April, 2022)
+
+- **added:** Add `RequestParts::extract` which allows applying an extractor as a method call ([#897])
+
+[#897]: https://github.com/tokio-rs/axum/pull/897
# 0.2.0 (31. March, 2022)
diff --git a/axum-core/Cargo.toml b/axum-core/Cargo.toml
index 76487848..90fcb999 100644
--- a/axum-core/Cargo.toml
+++ b/axum-core/Cargo.toml
@@ -8,7 +8,7 @@ license = "MIT"
name = "axum-core"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
-version = "0.2.0"
+version = "0.2.1"
[dependencies]
async-trait = "0.1"