From 5ac0b2b3d7abe4946277ee17cfdb3c6594344d80 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Sat, 18 Jun 2022 11:38:52 +0200 Subject: [PATCH] axum: Version 0.5.8 (#1104) --- axum-core/CHANGELOG.md | 2 +- axum/CHANGELOG.md | 4 ++++ axum/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/axum-core/CHANGELOG.md b/axum-core/CHANGELOG.md index bfa53cba..da272e5f 100644 --- a/axum-core/CHANGELOG.md +++ b/axum-core/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - None. -# 0.2.6 (08. June, 2022) +# 0.2.6 (18. June, 2022) - **change:** axum-core's MSRV is now 1.56 ([#1098]) diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index b6e9b7e7..157f5eb8 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.8 (18. June, 2022) + - **added:** Support resolving host name via `Forwarded` header in `Host` extractor ([#1078]) - **added:** Implement `IntoResponse` for `Form` ([#1095]) diff --git a/axum/Cargo.toml b/axum/Cargo.toml index 28452710..3c60a905 100644 --- a/axum/Cargo.toml +++ b/axum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum" -version = "0.5.7" +version = "0.5.8" categories = ["asynchronous", "network-programming", "web-programming"] description = "Web framework that focuses on ergonomics and modularity" edition = "2021"