Skip to content

Commit

Permalink
bump version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraef committed Oct 24, 2024
1 parent d488016 commit 595d4d9
Show file tree
Hide file tree
Showing 2 changed files with 6 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.2"
version = "0.4.3"
edition = "2021"
authors = ["Janosch Gräf <[email protected]>"]
description = "WebSocket connections with reqwest"
Expand Down
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Upcoming Version: 0.4.3
# Upcoming Version: 0.4.4

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

The current changes need a *patch* version bump.

# 0.4.3

- Update `tungstenite` and `async-tungstenite` dependencies (#29)

# 0.4.2

- `UpgradedRequestBuilder::protocols` (patch)
Expand Down

0 comments on commit 595d4d9

Please sign in to comment.