From eae2efab040371dca659b06eec8a9e8a2fc093ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 15 Dec 2024 09:57:14 +0200 Subject: [PATCH] Release 0.28.2 --- CHANGELOG.md | 7 ++++++- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e564f8..39ed4be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.28.2] - 2024-12-15 +### Fixed +- Add `alloc` feature to `futures_task` dependency to make sure `futures-task::ArcWake` is available. + ## [0.28.1] - 2024-12-10 ### Added - 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. --> -[Unreleased]: https://github.com/sdroege/async-tungstenite/compare/0.27.1...HEAD +[Unreleased]: https://github.com/sdroege/async-tungstenite/compare/0.28.2...HEAD +[0.28.1]: https://github.com/sdroege/async-tungstenite/compare/0.28.2...0.28.1 [0.28.1]: https://github.com/sdroege/async-tungstenite/compare/0.28.1...0.28.0 [0.28.0]: https://github.com/sdroege/async-tungstenite/compare/0.28.0...0.27.0 [0.27.0]: https://github.com/sdroege/async-tungstenite/compare/0.27.0...0.26.2 diff --git a/Cargo.toml b/Cargo.toml index 6e418a6..aea9fcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" homepage = "https://github.com/sdroege/async-tungstenite" repository = "https://github.com/sdroege/async-tungstenite" documentation = "https://docs.rs/async-tungstenite" -version = "0.28.1" +version = "0.28.2" edition = "2018" readme = "README.md" include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]