summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2021-11-22 10:40:35 +0100
committerGitHub <noreply@github.com>2021-11-22 09:40:35 +0000
commit6d0abd447c0d2b4cdfa192c0040d9c426c820366 (patch)
tree9f31b248e4acbbdf78cc8d83de1514bf2934545e
parent27e848fbe85fce1c4c0bd5dfd723d7d6ea3b0078 (diff)
axum-debug: Version 0.2.2 (#553)axum-debug-v0.2.2
- Fix regression causing errors when `#[debug_handler]` was used on functions with multiple extractors ([#552]) [#552]: https://github.com/tokio-rs/axum/pull/552
-rw-r--r--axum-debug/CHANGELOG.md8
-rw-r--r--axum-debug/Cargo.toml2
2 files changed, 8 insertions, 2 deletions
diff --git a/axum-debug/CHANGELOG.md b/axum-debug/CHANGELOG.md
index 74c6d2c1..c7bb89a8 100644
--- a/axum-debug/CHANGELOG.md
+++ b/axum-debug/CHANGELOG.md
@@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# Unreleased
+- None.
+
+# 0.2.2 (22. October 2021)
+
- Fix regression causing errors when `#[debug_handler]` was used on functions with multiple
- extractors.
+ extractors ([#552])
+
+[#552]: https://github.com/tokio-rs/axum/pull/552
# 0.2.1 (19. October 2021)
diff --git a/axum-debug/Cargo.toml b/axum-debug/Cargo.toml
index 4c9558bc..61982713 100644
--- a/axum-debug/Cargo.toml
+++ b/axum-debug/Cargo.toml
@@ -8,7 +8,7 @@ license = "MIT"
name = "axum-debug"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
-version = "0.2.1"
+version = "0.2.2"
[lib]
proc-macro = true