Release axum 0.6.14 (#1926)

This commit is contained in:
David Pedersen
2023-04-11 19:38:22 +02:00
committed by GitHub
parent 21d496ddb1
commit b92b91e75e
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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
+1 -1
View File
@@ -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"