From a723ed14539b3a12c4b9ea803f0772b699603e6d Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Tue, 26 Apr 2022 16:50:44 +0200 Subject: [PATCH] axum: Version 0.5.4 (#973) --- axum/CHANGELOG.md | 4 ++++ axum/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index 46122495..9e7832d3 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased +- None. + +# 0.5.4 (26. April, 2022) + - **added:** Add `response::ErrorResponse` and `response::Result` for `IntoResponse`-based error handling ([#921]) - **added:** Add `middleware::from_extractor` and deprecate `extract::extractor_middleware` ([#957]) diff --git a/axum/Cargo.toml b/axum/Cargo.toml index ed46d2b4..0cfbe869 100644 --- a/axum/Cargo.toml +++ b/axum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum" -version = "0.5.3" +version = "0.5.4" categories = ["asynchronous", "network-programming", "web-programming"] description = "Web framework that focuses on ergonomics and modularity" edition = "2018"