From 7ad0874770905d14fee9575b14d35e6f6b05fe0d Mon Sep 17 00:00:00 2001 From: daxpedda Date: Wed, 31 Jul 2024 15:41:07 +0200 Subject: [PATCH] Version 0.7.1 (#129) --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6186b92a..3ce0877e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. +# 0.7.1 (31. July 2024) + +- **added**: Crate feature `tls-rustls-no-provider`, which enables no `rustls::crypto::CryptoProvider`. +- **fixed**: Correct minimum required `hyper-util` to `0.1.2`. + # 0.7.0 (16. July 2024) - **fixed**: Graceful shutdown now stops accepting requests from existing connections. diff --git a/Cargo.toml b/Cargo.toml index f32a7814..d7edc2ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "axum-server" readme = "README.md" repository = "https://github.com/programatik29/axum-server" -version = "0.7.0" +version = "0.7.1" [features] default = []