From 83258250c25d505f6e7c6ff29fed3f08433b49fe Mon Sep 17 00:00:00 2001 From: Daniel Abramov Date: Sun, 16 Jun 2024 14:15:02 +0200 Subject: [PATCH] Prepare 0.23.1 release --- CHANGELOG.md | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c65c4da..92dba21f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 0.23.1 - Introduce a `url` feature (proxies to `tungstenite/url`). diff --git a/Cargo.toml b/Cargo.toml index e7e15092..dec1fa2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,9 +6,9 @@ keywords = ["websocket", "io", "web"] authors = ["Daniel Abramov ", "Alexey Galakhov "] license = "MIT" homepage = "https://github.com/snapview/tokio-tungstenite" -documentation = "https://docs.rs/tokio-tungstenite/0.23.0" +documentation = "https://docs.rs/tokio-tungstenite/0.23.1" repository = "https://github.com/snapview/tokio-tungstenite" -version = "0.23.0" +version = "0.23.1" edition = "2018" rust-version = "1.63" include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]