Skip to content

Commit c3bba9c

Browse files
committed
Release 0.31.0
1 parent caa815b commit c3bba9c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.31.0] - 2025-08-09
8+
### Changed
9+
- `WebSocketSender::send()` and `close()` require a mutable reference now.
10+
711
## [0.30.0] - 2025-07-15
812
### Changed
913
- Update to tungstenite 0.27.
@@ -247,7 +251,8 @@ No changelog is available for older versions as of yet.
247251
-->
248252

249253

250-
[Unreleased]: https://github.com/sdroege/async-tungstenite/compare/0.30.0...HEAD
254+
[Unreleased]: https://github.com/sdroege/async-tungstenite/compare/0.31.0...HEAD
255+
[0.31.0]: https://github.com/sdroege/async-tungstenite/compare/0.31.0...0.30.0
251256
[0.30.0]: https://github.com/sdroege/async-tungstenite/compare/0.30.0...0.29.1
252257
[0.29.1]: https://github.com/sdroege/async-tungstenite/compare/0.29.1...0.29.0
253258
[0.29.0]: https://github.com/sdroege/async-tungstenite/compare/0.29.0...0.28.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
homepage = "https://github.com/sdroege/async-tungstenite"
99
repository = "https://github.com/sdroege/async-tungstenite"
1010
documentation = "https://docs.rs/async-tungstenite"
11-
version = "0.30.0"
11+
version = "0.31.0"
1212
edition = "2018"
1313
readme = "README.md"
1414
include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]

0 commit comments

Comments
 (0)