From fbb47868512119a07552686e979f5c1adb1450ff Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Wed, 8 Jun 2022 15:58:37 +0200 Subject: [PATCH] axum-extra: Version 0.3.4 (#1074) --- axum-extra/CHANGELOG.md | 4 ++++ axum-extra/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index 7188d354..e2dd7ae8 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.4 (08. June, 2022) + - **fixed:** Use `impl IntoResponse` less in docs ([#1049]) - **added:** Add `AsyncReadBody` for creating a body from a `tokio::io::AsyncRead` ([#1072]) diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index 7ef03c99..9a919193 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.3" +version = "0.3.4" [features] default = []