Skip to content

Commit 4ade682

Browse files
committed
chore: bump version to 0.4.1
1 parent 1af3591 commit 4ade682

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reqwest-websocket"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55
authors = ["Janosch Gräf <janosch.graef@gmail.com>"]
66
description = "WebSocket connections with reqwest"

changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# Upcoming Version: 0.4.1
1+
# Upcoming Version: 0.4.2
22

33
Document new features here. Document whether your changes are *breaking* semver-compatibility.
44

55
The current changes need a *patch* version bump.
66

7+
# 0.4.1
8+
79
- made `WebSocket` and `WebSysWebSocket` `Debug` (patch)
810
- bugfix #16 #18 (patch)
911

0 commit comments

Comments
 (0)