mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-15 00:00:20 +02:00
Release axum 0.6.15 (#1928)
This commit is contained in:
@@ -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])
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user