Skip to content

Commit f60b615

Browse files
Version 0.7.2 (#163)
1 parent c3caa66 commit f60b615

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
@@ -7,6 +7,11 @@ The format is based on [Keep a Changelog], and this project adheres to
77

88
# Unreleased
99

10+
None.
11+
12+
# 0.7.2 (14. March 2025)
13+
14+
- **changed**: Use fs-err to augment errors loading pem files.
1015
- **changed**: Updated `tower` from `0.4` to `0.5`.
1116
- **added**: Support reading PKCS\#1 and SEC1 private keys with Rustls.
1217

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.1"
12+
version = "0.7.2"
1313
rust-version = "1.66"
1414

1515
[features]

0 commit comments

Comments
 (0)