From 1d7878c3c8e961156a1ba151918ffc7f30a70531 Mon Sep 17 00:00:00 2001
From: Jonas Platte <jplatte+git@posteo.de>
Date: Wed, 18 May 2022 20:29:49 +0200
Subject: [PATCH] axum-extra: 0.3.3 (#1042)

* axum-extra: 0.3.3

* Update axum-extra/CHANGELOG.md

* Update axum-extra/CHANGELOG.md

* depend on axum-macros 0.2.2

Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
---
 axum-extra/CHANGELOG.md | 6 ++++++
 axum-extra/Cargo.toml   | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md
index bf003978..cf7d6d30 100644
--- a/axum-extra/CHANGELOG.md
+++ b/axum-extra/CHANGELOG.md
@@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning].
 
 # Unreleased
 
+- None.
+
+# 0.3.3 (18. May, 2022)
+
 - **added:** Add `extract::Query` which supports multi-value items ([#1041])
+- **added:** Support customizing rejections for `#[derive(TypedPath)]` ([#1012])
 
 [#1041]: https://github.com/tokio-rs/axum/pull/1041
+[#1012]: https://github.com/tokio-rs/axum/pull/1012
 
 # 0.3.2 (15. May, 2022)
 
diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml
index 36df3126..c1f0e88f 100644
--- a/axum-extra/Cargo.toml
+++ b/axum-extra/Cargo.toml
@@ -8,7 +8,7 @@ license = "MIT"
 name = "axum-extra"
 readme = "README.md"
 repository = "https://github.com/tokio-rs/axum"
-version = "0.3.2"
+version = "0.3.3"
 
 [features]
 default = []
@@ -33,7 +33,7 @@ tower-layer = "0.3"
 tower-service = "0.3"
 
 # optional dependencies
-axum-macros = { path = "../axum-macros", version = "0.2.1", optional = true }
+axum-macros = { path = "../axum-macros", version = "0.2.2", optional = true }
 serde = { version = "1.0", optional = true }
 serde_json = { version = "1.0.71", optional = true }
 percent-encoding = { version = "2.1", optional = true }