Skip to content

Commit 6fe9716

Browse files
committed
Update CHANGELOG.md for 0.32.0
1 parent d108844 commit 6fe9716

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.32.0] - 2025-10-31
8+
### Changed
9+
- Update to tungstenite 0.28.
10+
11+
### Added
12+
- Add `WebSocketStream::into_inner()` to get the underlying stream.
13+
714
## [0.31.0] - 2025-08-09
815
### Changed
916
- `WebSocketSender::send()` and `close()` require a mutable reference now.
@@ -251,7 +258,8 @@ No changelog is available for older versions as of yet.
251258
-->
252259

253260

254-
[Unreleased]: https://github.com/sdroege/async-tungstenite/compare/0.31.0...HEAD
261+
[Unreleased]: https://github.com/sdroege/async-tungstenite/compare/0.32.0...HEAD
262+
[0.32.0]: https://github.com/sdroege/async-tungstenite/compare/0.32.0...0.31.0
255263
[0.31.0]: https://github.com/sdroege/async-tungstenite/compare/0.31.0...0.30.0
256264
[0.30.0]: https://github.com/sdroege/async-tungstenite/compare/0.30.0...0.29.1
257265
[0.29.1]: https://github.com/sdroege/async-tungstenite/compare/0.29.1...0.29.0

0 commit comments

Comments
 (0)