summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2022-07-02 11:38:18 +0200
committerGitHub <noreply@github.com>2022-07-02 11:38:18 +0200
commit305331e6188b10027004ed33659faa408d28f822 (patch)
tree9dac2df39defe98a843ffe64849fb8fb411d7515
parentc6db0973d4a87a9cc568973f55a7f5e3ce9668c8 (diff)
axum-extra: Version 0.3.6 (#1139)axum-extra-v0.3.6
-rw-r--r--axum-extra/CHANGELOG.md6
-rw-r--r--axum-extra/Cargo.toml2
2 files changed, 7 insertions, 1 deletions
diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md
index 4ce07962..97055b53 100644
--- a/axum-extra/CHANGELOG.md
+++ b/axum-extra/CHANGELOG.md
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning].
- None.
+# 0.3.6 (02. July, 2022)
+
+- **fixed:** Fix feature labels missing in generated docs ([#1137])
+
+[#1137]: https://github.com/tokio-rs/axum/pull/1137
+
# 0.3.5 (27. June, 2022)
- **added:** Add `JsonLines` for streaming newline delimited JSON ([#1093])
diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml
index e9abc7fe..fff44306 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.5"
+version = "0.3.6"
[features]
default = []