From 00c00d4a625c9c52b125f2dbb370793e547085a6 Mon Sep 17 00:00:00 2001 From: Daniel Abramov Date: Tue, 27 Aug 2024 17:33:05 +0200 Subject: [PATCH] Prepare 0.24.0 release --- CHANGELOG.md | 3 ++- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15107082..83cb076f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -# Unreleased +# 0.24.0 - Raised MSRV to 1.63 to match `tokio-tungstenite`. - Connecting to WSS URL without TLS features specified results in a better error. +- Handshake will now flush after completion to be safe (works better with buffered streams). # 0.23.0 diff --git a/Cargo.toml b/Cargo.toml index 537da6ad..51902d9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,9 @@ authors = ["Alexey Galakhov", "Daniel Abramov"] license = "MIT OR Apache-2.0" readme = "README.md" homepage = "https://github.com/snapview/tungstenite-rs" -documentation = "https://docs.rs/tungstenite/0.23.0" +documentation = "https://docs.rs/tungstenite/0.24.0" repository = "https://github.com/snapview/tungstenite-rs" -version = "0.23.0" +version = "0.24.0" edition = "2018" rust-version = "1.63" include = ["benches/**/*", "src/**/*", "examples/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]