summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2022-05-10 14:05:36 +0200
committerGitHub <noreply@github.com>2022-05-10 12:05:36 +0000
commitcfdac03c8da9dc9ec1e81ba5fbe9ef2f2d449b65 (patch)
tree98896366a346c343f85e56780d7cdbc0ced5f9ab
parent46e6d3493bf991a8279fb060e7bf22001cfdac66 (diff)
axum-extra: Version 0.3.1 (#1016)axum-extra-v0.3.1
-rw-r--r--axum-extra/CHANGELOG.md4
-rw-r--r--axum-extra/Cargo.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md
index 6614a7f7..0175d6f6 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.1 (10. May, 2022)
+
- **fixed:** `Option` and `Result` are now supported in typed path route handler parameters ([#1001])
- **fixed:** Support wildcards in typed paths ([#1003])
diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml
index 49e88c38..b5c8c1a6 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.0"
+version = "0.3.1"
[features]
default = []