From e6a75a22ec165a47a4d65d5c3a7dd4c365b17014 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Mon, 25 Jul 2022 20:45:52 +0200 Subject: [PATCH] axum: Version 0.5.14 (#1193) Backports these PRs to 0.5.x - #1192 - #1185 - #1178 - #1171 --- 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 67d869b84e..50965e4818 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.14 (25. July, 2022) + - **fixed:** Don't expose internal type names in `QueryRejection` response. ([#1171]) - **fixed:** Improve performance of JSON serialization ([#1178]) - **fixed:** Improve build times by generating less IR ([#1192]) diff --git a/axum/Cargo.toml b/axum/Cargo.toml index cd5ab7915a..e807b6b4b9 100644 --- a/axum/Cargo.toml +++ b/axum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum" -version = "0.5.13" +version = "0.5.14" categories = ["asynchronous", "network-programming", "web-programming::http-server"] description = "Web framework that focuses on ergonomics and modularity" edition = "2021"