From b92b91e75e2c41ebe9b6bc3c8a715334dff304e1 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Tue, 11 Apr 2023 19:38:22 +0200 Subject: [PATCH] Release axum 0.6.14 (#1926) --- axum/CHANGELOG.md | 6 ++++++ axum/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index b7557698..327d8d5a 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - None. +# 0.6.14 (11. April, 2023) + +- **fixed:** Removed leftover "path_router hit" debug message ([#1925]) + +[#1925]: https://github.com/tokio-rs/axum/pull/1925 + # 0.6.13 (11. April, 2023) - **added:** Log rejections from built-in extractors with the diff --git a/axum/Cargo.toml b/axum/Cargo.toml index cb4dcf34..193b97a8 100644 --- a/axum/Cargo.toml +++ b/axum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum" -version = "0.6.13" +version = "0.6.14" categories = ["asynchronous", "network-programming", "web-programming::http-server"] description = "Web framework that focuses on ergonomics and modularity" edition = "2021"