From bef231dcb02baf223d693ee00528c5d6985f9085 Mon Sep 17 00:00:00 2001 From: Daniel Abramov Date: Sun, 2 Jun 2024 12:50:09 +0200 Subject: [PATCH] Prepare 0.23.0 release --- CHANGELOG.md | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e122a18..308131c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 0.23.0 - Disable default features for `rustls` giving the user more flexibility. diff --git a/Cargo.toml b/Cargo.toml index fa809d9..287b137 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.22.0" +documentation = "https://docs.rs/tungstenite/0.23.0" repository = "https://github.com/snapview/tungstenite-rs" -version = "0.22.0" +version = "0.23.0" edition = "2018" rust-version = "1.60" include = ["benches/**/*", "src/**/*", "examples/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]