From ff311384b6816aa8df20b3f2be828abbe5f2abca Mon Sep 17 00:00:00 2001 From: Daniel Abramov Date: Sat, 1 Jun 2024 19:51:14 +0200 Subject: [PATCH] Prepare 0.22.0 release --- CHANGELOG.md | 5 +++++ Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b6e5ee..b816a63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.22.0 + +- Update TLS dependencies. +- Update `tungstenite` to match `0.22.0`. + # 0.21.0 - Update TLS dependencies. diff --git a/Cargo.toml b/Cargo.toml index e9a1263..7c70c11 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.21.0" +documentation = "https://docs.rs/tokio-tungstenite/0.22.0" repository = "https://github.com/snapview/tokio-tungstenite" -version = "0.21.0" +version = "0.22.0" edition = "2018" rust-version = "1.63" include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]