From fabb205a9eadf539420c0ea09fbf315adb7c9ffd Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Mon, 20 Jun 2022 13:44:15 +0200 Subject: [PATCH] axum: Version 0.5.9 (#1108) --- 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 570a2d5a..ac4b5777 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.5.9 (20. June, 2022) + - **fixed:** Fix compile error when the `headers` is enabled and the `form` - feature is disabled + feature is disabled ([#1107]) + +[#1107]: https://github.com/tokio-rs/axum/pull/1107 # 0.5.8 (18. June, 2022) diff --git a/axum/Cargo.toml b/axum/Cargo.toml index 3c60a905..40c5ad16 100644 --- a/axum/Cargo.toml +++ b/axum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum" -version = "0.5.8" +version = "0.5.9" categories = ["asynchronous", "network-programming", "web-programming"] description = "Web framework that focuses on ergonomics and modularity" edition = "2021"