We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af3591 commit 4ade682Copy full SHA for 4ade682
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "reqwest-websocket"
3
-version = "0.4.0"
+version = "0.4.1"
4
edition = "2021"
5
authors = ["Janosch Gräf <janosch.graef@gmail.com>"]
6
description = "WebSocket connections with reqwest"
changelog.md
@@ -1,9 +1,11 @@
-# Upcoming Version: 0.4.1
+# Upcoming Version: 0.4.2
Document new features here. Document whether your changes are *breaking* semver-compatibility.
The current changes need a *patch* version bump.
7
+# 0.4.1
8
+
9
- made `WebSocket` and `WebSysWebSocket` `Debug` (patch)
10
- bugfix #16 #18 (patch)
11
0 commit comments