Skip to content

Commit 304e109

Browse files
committed
bump version to 0.4.4
1 parent bd20c37 commit 304e109

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

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.3"
3+
version = "0.4.4"
44
edition = "2021"
55
authors = ["Janosch Gräf <janosch.graef@gmail.com>"]
66
description = "WebSocket connections with reqwest"

changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
# Upcoming Version: 0.4.4
1+
# Upcoming Version: 0.4.5
22

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

5+
# 0.4.4
6+
57
- Added `UpgradedRequestBuilder::web_socket_config`
8+
- Fixed issues with `async-tungstenite` and `futures-util` [#32][github_32], [#33][github_33]
69

710
The current changes need a *patch* version bump.
811

@@ -40,3 +43,6 @@ The current changes need a *patch* version bump.
4043
# 0.3.0
4144

4245
Start of changelog
46+
47+
[github_32]: https://github.com/jgraef/reqwest-websocket/issues/32
48+
[github_33]: https://github.com/jgraef/reqwest-websocket/pull/33

0 commit comments

Comments
 (0)