File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
You can’t perform that action at this time.
0 commit comments