File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ All notable changes to this project will be documented in this file.
55The 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 ` .
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT"
99name = " axum-server"
1010readme = " README.md"
1111repository = " https://github.com/programatik29/axum-server"
12- version = " 0.6.1 "
12+ version = " 0.7.0 "
1313
1414[features ]
1515default = []
You can’t perform that action at this time.
0 commit comments