From 305331e6188b10027004ed33659faa408d28f822 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Sat, 2 Jul 2022 11:38:18 +0200 Subject: [PATCH] axum-extra: Version 0.3.6 (#1139) --- axum-extra/CHANGELOG.md | 6 ++++++ axum-extra/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 = []