Skip to content

Commit 7468e9e

Browse files
committed
Update CHANGELOG.md for 0.30.0
1 parent 7c37d04 commit 7468e9e

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.30.0] - 2025-07-15
8+
### Changed
9+
- Update to tungstenite 0.27.
10+
- Update to webpki-roots to 1.0.
11+
- Update to glib / gio 0.21.
12+
13+
### Added
14+
- Add support for splitting a `WebSocketStream` into a sender and receiver
15+
type without making use of the future's `Sink` trait, and re-combining them
16+
again into a single value.
17+
718
## [0.29.1] - 2025-02-18
819
### Added
920
- Added wrappers that allow treating a WebSocket as a byte stream. `ByteWriter`
@@ -236,7 +247,8 @@ No changelog is available for older versions as of yet.
236247
-->
237248

238249

239-
[Unreleased]: https://github.com/sdroege/async-tungstenite/compare/0.29.1...HEAD
250+
[Unreleased]: https://github.com/sdroege/async-tungstenite/compare/0.30.0...HEAD
251+
[0.30.0]: https://github.com/sdroege/async-tungstenite/compare/0.30.0...0.29.1
240252
[0.29.1]: https://github.com/sdroege/async-tungstenite/compare/0.29.1...0.29.0
241253
[0.29.0]: https://github.com/sdroege/async-tungstenite/compare/0.29.0...0.28.2
242254
[0.28.2]: https://github.com/sdroege/async-tungstenite/compare/0.28.2...0.28.1

0 commit comments

Comments
 (0)