From 80d0cc19e661c0c698cef83e135605e84a5b90f7 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 18 May 2022 20:23:56 +0200 Subject: [PATCH] axum-macros: 0.2.2 (#1044) --- axum-macros/CHANGELOG.md | 6 ++++++ axum-macros/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/axum-macros/CHANGELOG.md b/axum-macros/CHANGELOG.md index 8dd04ca8..812c6c53 100644 --- a/axum-macros/CHANGELOG.md +++ b/axum-macros/CHANGELOG.md @@ -7,12 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased +- None. + +# 0.2.2 (18. May, 2022) + - **added:** In `debug_handler`, check if `Request` is used as non-final extractor ([#1035]) - **added:** In `debug_handler`, check if multiple `Path` extractors are used ([#1035]) - **added:** In `debug_handler`, check if multiple body extractors are used ([#1036]) +- **added:** Support customizing rejections for `#[derive(TypedPath)]` ([#1012]) [#1035]: https://github.com/tokio-rs/axum/pull/1035 [#1036]: https://github.com/tokio-rs/axum/pull/1036 +[#1012]: https://github.com/tokio-rs/axum/pull/1012 # 0.2.1 (10. May, 2022) diff --git a/axum-macros/Cargo.toml b/axum-macros/Cargo.toml index 96f6d91f..e3229d35 100644 --- a/axum-macros/Cargo.toml +++ b/axum-macros/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "axum-macros" readme = "README.md" repository = "https://github.com/tokio-rs/axum" -version = "0.2.1" +version = "0.2.2" [lib] proc-macro = true