File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " reqwest-websocket"
3- version = " 0.4.3 "
3+ version = " 0.4.4 "
44edition = " 2021"
55authors = [" Janosch Gräf <janosch.graef@gmail.com>" ]
66description = " WebSocket connections with reqwest"
Original file line number Diff line number Diff line change 1- # Upcoming Version: 0.4.4
1+ # Upcoming Version: 0.4.5
22
33Document 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
710The 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
4245Start 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
You can’t perform that action at this time.
0 commit comments