Skip to content

Commit 7e2cac4

Browse files
committed
Release 0.26.2
1 parent 7fb8afc commit 7e2cac4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.26.2] - 2024-06-17
8+
### Fixed
9+
- Work around bug related to `futures_task::ArcWake`, which causes
10+
busy looping because of spurious waker "changes" caused by creating the same
11+
waker with different vtables.
12+
713
## [0.26.1] - 2024-06-06
814
### Added
915
- New `url` feature that maps to the corresponding feature from `tungstenite`
@@ -191,7 +197,8 @@ No changelog is available for older versions as of yet.
191197
-->
192198

193199

194-
[Unreleased]: https://github.com/sdroege/async-tungstenite/compare/0.26.1...HEAD
200+
[Unreleased]: https://github.com/sdroege/async-tungstenite/compare/0.26.2...HEAD
201+
[0.26.2]: https://github.com/sdroege/async-tungstenite/compare/0.26.2...0.26.1
195202
[0.26.1]: https://github.com/sdroege/async-tungstenite/compare/0.26.1...0.26.0
196203
[0.26.0]: https://github.com/sdroege/async-tungstenite/compare/0.26.0...0.25.1
197204
[0.25.1]: https://github.com/sdroege/async-tungstenite/compare/0.25.1...0.25.0

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

0 commit comments

Comments
 (0)