From 905bbfb8e22a08e7b4e9c596b76054904a4faa0f Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Mon, 27 Jun 2022 21:08:12 +0200 Subject: [PATCH] axum-extra: Version 0.3.5 (#1125) --- 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 a383f4772c..4ce0796291 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.5 (27. June, 2022) + - **added:** Add `JsonLines` for streaming newline delimited JSON ([#1093]) - **change:** axum's MSRV is now 1.56 ([#1098]) diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index a1708ff399..47b5ca64f3 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.4" +version = "0.3.5" [features] default = []