summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2022-08-09 17:12:32 +0200
committerGitHub <noreply@github.com>2022-08-09 17:12:32 +0200
commit3990c3a6eb3a438b7d0a4a068409e377d9f6a005 (patch)
tree05d8af60addc2a4fa32f35a6a18c28c64626a23c
parent849abb1ad852dd79e473c7d56699c7fccc56550c (diff)
axum-extra: Version 0.3.7 (#1236)axum-extra-v0.3.7
-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 97055b53..e7bb29f0 100644
--- a/axum-extra/CHANGELOG.md
+++ b/axum-extra/CHANGELOG.md
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning].
- None.
+# 0.3.7 (09. August, 2022)
+
+- **fixed:** Depend on axum 0.5.15 which contains a fix for an accidental breaking change.
+
# 0.3.6 (02. July, 2022)
- **fixed:** Fix feature labels missing in generated docs ([#1137])
diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml
index ffa89416..10e11ba2 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.6"
+version = "0.3.7"
[features]
default = []