From 61c4e1959822c1dd64ac97ca76f33ff32a64abb4 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Sun, 15 May 2022 19:01:00 +0100 Subject: [PATCH] axum-extra: 0.3.2 (#1034) --- axum-extra/CHANGELOG.md | 4 ++++ axum-extra/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index 6784d878..2ccaba12 100644 --- a/axum-extra/CHANGELOG.md +++ b/axum-extra/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning]. # Unreleased +- None. + +# 0.3.2 (15. May, 2022) + - **added:** Add `extract::Form` which supports multi-value items # 0.3.1 (10. May, 2022) diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index 5a8d03c9..3e9807d1 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.1" +version = "0.3.2" [features] default = []