Skip to content

Commit eae2efa

Browse files
committed
Release 0.28.2
1 parent 760b512 commit eae2efa

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.28.2] - 2024-12-15
8+
### Fixed
9+
- Add `alloc` feature to `futures_task` dependency to make sure `futures-task::ArcWake` is available.
10+
711
## [0.28.1] - 2024-12-10
812
### Added
913
- Added `WebSocketStream::send()` and make the `Sink` impl and `futures_util`
@@ -216,7 +220,8 @@ No changelog is available for older versions as of yet.
216220
-->
217221

218222

219-
[Unreleased]: https://github.com/sdroege/async-tungstenite/compare/0.27.1...HEAD
223+
[Unreleased]: https://github.com/sdroege/async-tungstenite/compare/0.28.2...HEAD
224+
[0.28.1]: https://github.com/sdroege/async-tungstenite/compare/0.28.2...0.28.1
220225
[0.28.1]: https://github.com/sdroege/async-tungstenite/compare/0.28.1...0.28.0
221226
[0.28.0]: https://github.com/sdroege/async-tungstenite/compare/0.28.0...0.27.0
222227
[0.27.0]: https://github.com/sdroege/async-tungstenite/compare/0.27.0...0.26.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.28.1"
11+
version = "0.28.2"
1212
edition = "2018"
1313
readme = "README.md"
1414
include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]

0 commit comments

Comments
 (0)