From 595d4d99e1be2783616e76d5497f52bfead0c1e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janosch=20Gr=C3=A4f?= Date: Thu, 24 Oct 2024 05:36:07 +0200 Subject: [PATCH] bump version to 0.4.3 --- Cargo.toml | 2 +- changelog.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1bdcf05..b119c02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest-websocket" -version = "0.4.2" +version = "0.4.3" edition = "2021" authors = ["Janosch Gräf "] description = "WebSocket connections with reqwest" diff --git a/changelog.md b/changelog.md index b553666..2acfd08 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,13 @@ -# Upcoming Version: 0.4.3 +# Upcoming Version: 0.4.4 Document new features here. Document whether your changes are *breaking* semver-compatibility. The current changes need a *patch* version bump. +# 0.4.3 + + - Update `tungstenite` and `async-tungstenite` dependencies (#29) + # 0.4.2 - `UpgradedRequestBuilder::protocols` (patch)