From 4e6d339a4e825a737be5fc878c9675b6238a5fe5 Mon Sep 17 00:00:00 2001 From: Daniel Abramov Date: Mon, 21 Feb 2022 15:40:27 +0100 Subject: [PATCH] Update changelog, bump version --- CHANGELOG.md | 5 +++++ Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ae482a..07e82bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.17.2 + +- Fix panic when invalid manually constructed `http::Request` is passed to `tungstenite`. +- Downgrade the MSRV to `1.56` due to some other crates that rely on us not being quite ready for `1.58`. + # 0.17.1 - Specify the minimum required Rust version. diff --git a/Cargo.toml b/Cargo.toml index 763475b..f75c45b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,9 @@ authors = ["Alexey Galakhov", "Daniel Abramov"] license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://github.com/snapview/tungstenite-rs" -documentation = "https://docs.rs/tungstenite/0.17.1" +documentation = "https://docs.rs/tungstenite/0.17.2" repository = "https://github.com/snapview/tungstenite-rs" -version = "0.17.1" +version = "0.17.2" edition = "2018" rust-version = "1.56" include = ["benches/**/*", "src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]