From cb4f64375bab27d0439a82bee74fc4f0d06a5ef8 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Wed, 17 Nov 2021 13:51:35 +0100 Subject: [PATCH] Version 0.3.4 (#532) - **change:** `box_body` has been renamed to `boxed`. `box_body` still exists but is deprecated. --- axum/CHANGELOG.md | 8 +++++++- axum/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index 48c992ae..81914276 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased +- None. + +# 0.3.4 (13. November, 2021) + - **change:** `box_body` has been renamed to `boxed`. `box_body` still exists - but is deprecated. + but is deprecated ([#530]) + +[#530]: https://github.com/tokio-rs/axum/pull/530 # 0.3.3 (13. November, 2021) diff --git a/axum/Cargo.toml b/axum/Cargo.toml index 8904f85b..3bd94388 100644 --- a/axum/Cargo.toml +++ b/axum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum" -version = "0.3.3" +version = "0.3.4" authors = ["David Pedersen "] categories = ["asynchronous", "network-programming", "web-programming"] description = "Web framework that focuses on ergonomics and modularity"