axum-extra: 0.3.2 (#1034)

This commit is contained in:
David Pedersen
2022-05-15 20:01:00 +02:00
committed by GitHub
parent a8e2390724
commit 61c4e19598
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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)
+1 -1
View File
@@ -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 = []