Skip to content

Commit

Permalink
bump version to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraef committed Dec 15, 2024
1 parent bd20c37 commit 304e109
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reqwest-websocket"
version = "0.4.3"
version = "0.4.4"
edition = "2021"
authors = ["Janosch Gräf <[email protected]>"]
description = "WebSocket connections with reqwest"
Expand Down
8 changes: 7 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Upcoming Version: 0.4.4
# Upcoming Version: 0.4.5

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

# 0.4.4

- Added `UpgradedRequestBuilder::web_socket_config`
- Fixed issues with `async-tungstenite` and `futures-util` [#32][github_32], [#33][github_33]

The current changes need a *patch* version bump.

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

Start of changelog

[github_32]: https://github.com/jgraef/reqwest-websocket/issues/32
[github_33]: https://github.com/jgraef/reqwest-websocket/pull/33

0 comments on commit 304e109

Please sign in to comment.