Skip to content

Commit 6d3349b

Browse files
committed
version 0.7
1 parent d743b49 commit 6d3349b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog], and this project adheres to
66
[Semantic Versioning].
77

8-
# 0.6.1 (16. July 2024)
8+
# 0.7.0 (16. July 2024)
99

10+
- **fixed**: Graceful shutdown now stops accepting requests from existing connections.
1011
- **changed**: Updated `rustls` from `0.21` to `0.23`.
1112
- **changed**: Updated `tokio-rustls` from `0.24` to `0.26`.
1213
- **changed**: Updated `hyper` from `1.0.1` to `1.4`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "axum-server"
1010
readme = "README.md"
1111
repository = "https://github.com/programatik29/axum-server"
12-
version = "0.6.1"
12+
version = "0.7.0"
1313

1414
[features]
1515
default = []

0 commit comments

Comments
 (0)