Skip to content

Commit 84dda8b

Browse files
committed
Release 0.28.1
1 parent 1e0baad commit 84dda8b

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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.28.1] - 2024-12-10
8+
### Added
9+
- Added `WebSocketStream::send()` and make the `Sink` impl and `futures_util`
10+
dependency optional.
11+
12+
### Changed
13+
- Update MSRV to 1.64
14+
- Revert workaround from 0.26.2 for `futures_task::ArcWake`, which is fixed in 0.3.31.
15+
716
## [0.28.0] - 2024-09-04
817
### Changed
918
- Update to tungstenite 0.24.
@@ -207,8 +216,10 @@ No changelog is available for older versions as of yet.
207216
-->
208217

209218

210-
[Unreleased]: https://github.com/sdroege/async-tungstenite/compare/0.27.0...HEAD
211-
[0.27.9]: https://github.com/sdroege/async-tungstenite/compare/0.27.0...0.26.2
219+
[Unreleased]: https://github.com/sdroege/async-tungstenite/compare/0.27.1...HEAD
220+
[0.28.1]: https://github.com/sdroege/async-tungstenite/compare/0.28.1...0.28.0
221+
[0.28.0]: https://github.com/sdroege/async-tungstenite/compare/0.28.0...0.27.0
222+
[0.27.0]: https://github.com/sdroege/async-tungstenite/compare/0.27.0...0.26.2
212223
[0.26.2]: https://github.com/sdroege/async-tungstenite/compare/0.26.2...0.26.1
213224
[0.26.1]: https://github.com/sdroege/async-tungstenite/compare/0.26.1...0.26.0
214225
[0.26.0]: https://github.com/sdroege/async-tungstenite/compare/0.26.0...0.25.1

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.28.0"
11+
version = "0.28.1"
1212
edition = "2018"
1313
readme = "README.md"
1414
include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]

0 commit comments

Comments
 (0)