summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2022-04-26 16:50:44 +0200
committerGitHub <noreply@github.com>2022-04-26 16:50:44 +0200
commita723ed14539b3a12c4b9ea803f0772b699603e6d (patch)
tree0eb09b9921525ec026deaabac533ef21b60c7e5b
parent0702c59c7dfa88828278abb846648f55fede2baa (diff)
axum: Version 0.5.4 (#973)axum-v0.5.4
-rw-r--r--axum/CHANGELOG.md4
-rw-r--r--axum/Cargo.toml2
2 files changed, 5 insertions, 1 deletions
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"