Skip to content

Commit 7ad0874

Browse files
authored
Version 0.7.1 (#129)
1 parent 2e7ef2f commit 7ad0874

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.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.

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.7.0"
12+
version = "0.7.1"
1313

1414
[features]
1515
default = []

0 commit comments

Comments
 (0)