summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Platte <jplatte+git@posteo.de>2022-05-18 20:29:49 +0200
committerGitHub <noreply@github.com>2022-05-18 20:29:49 +0200
commit1d7878c3c8e961156a1ba151918ffc7f30a70531 (patch)
tree8dd9c74a7cc8b245f9a470aa32863cb81aa37b0b
parent80d0cc19e661c0c698cef83e135605e84a5b90f7 (diff)
axum-extra: 0.3.3 (#1042)axum-extra-v0.3.3
* 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>
-rw-r--r--axum-extra/CHANGELOG.md6
-rw-r--r--axum-extra/Cargo.toml4
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 }