File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ 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.7.1 (31. July 2024)
9+
10+ - ** added** : Crate feature ` tls-rustls-no-provider ` , which enables no ` rustls::crypto::CryptoProvider ` .
11+ - ** fixed** : Correct minimum required ` hyper-util ` to ` 0.1.2 ` .
12+
813# 0.7.0 (16. July 2024)
914
1015- ** fixed** : Graceful shutdown now stops accepting requests from existing connections.
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.7.0 "
12+ version = " 0.7.1 "
1313
1414[features ]
1515default = []
You can’t perform that action at this time.
0 commit comments