Skip to content

Commit 2e17bb8

Browse files
committed
Release 0.29.0
1 parent c9acce4 commit 2e17bb8

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
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.29.0] - 2025-02-17
8+
### Changed
9+
- Update to tungstenite 0.26.
10+
711
## [0.28.2] - 2024-12-15
812
### Fixed
913
- Add `alloc` feature to `futures_task` dependency to make sure `futures-task::ArcWake` is available.
@@ -220,8 +224,9 @@ No changelog is available for older versions as of yet.
220224
-->
221225

222226

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
227+
[Unreleased]: https://github.com/sdroege/async-tungstenite/compare/0.29.0...HEAD
228+
[0.29.0]: https://github.com/sdroege/async-tungstenite/compare/0.29.0...0.28.2
229+
[0.28.2]: https://github.com/sdroege/async-tungstenite/compare/0.28.2...0.28.1
225230
[0.28.1]: https://github.com/sdroege/async-tungstenite/compare/0.28.1...0.28.0
226231
[0.28.0]: https://github.com/sdroege/async-tungstenite/compare/0.28.0...0.27.0
227232
[0.27.0]: https://github.com/sdroege/async-tungstenite/compare/0.27.0...0.26.2

Cargo.lock.msrv

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)