summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2023-04-12 09:36:17 +0200
committerGitHub <noreply@github.com>2023-04-12 09:36:17 +0200
commitcf1ed9bb546354fc075d59cdc02419297f1afe2c (patch)
tree3f2d9a827bbb0b1377d247767dfc25eb427321ae
parent8b22b945821cba3f2e2cc633fc61cf8b4c2b3621 (diff)
Release axum 0.6.15 (#1928)axum-v0.6.15
-rw-r--r--axum/CHANGELOG.md6
-rw-r--r--axum/Cargo.toml2
2 files changed, 7 insertions, 1 deletions
diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md
index 327d8d5a..8ad076d5 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.15 (12. April, 2023)
+
+- **fixed:** Removed additional leftover debug messages ([#1927])
+
+[#1927]: https://github.com/tokio-rs/axum/pull/1927
+
# 0.6.14 (11. April, 2023)
- **fixed:** Removed leftover "path_router hit" debug message ([#1925])
diff --git a/axum/Cargo.toml b/axum/Cargo.toml
index 193b97a8..c681ad79 100644
--- a/axum/Cargo.toml
+++ b/axum/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "axum"
-version = "0.6.14"
+version = "0.6.15"
categories = ["asynchronous", "network-programming", "web-programming::http-server"]
description = "Web framework that focuses on ergonomics and modularity"
edition = "2021"