Skip to content

Commit

Permalink
Release 0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Dec 10, 2024
1 parent 1e0baad commit 9aeff20
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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.1] - 2024-12-10
### Added
- Added `WebSocketStream::send()` and make the `Sink` impl and `futures_util`
dependency optional.

### Changed
- Update MSRV to 1.64
- Revert workaround from 0.26.2 for `futures_task::ArcWake`, which is fixed in 0.3.31.

## [0.28.0] - 2024-09-04
### Changed
- Update to tungstenite 0.24.
Expand Down Expand Up @@ -207,8 +216,10 @@ No changelog is available for older versions as of yet.
-->


[Unreleased]: https://github.com/sdroege/async-tungstenite/compare/0.27.0...HEAD
[0.27.9]: https://github.com/sdroege/async-tungstenite/compare/0.27.0...0.26.2
[Unreleased]: https://github.com/sdroege/async-tungstenite/compare/0.27.1...HEAD
[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
[0.26.2]: https://github.com/sdroege/async-tungstenite/compare/0.26.2...0.26.1
[0.26.1]: https://github.com/sdroege/async-tungstenite/compare/0.26.1...0.26.0
[0.26.0]: https://github.com/sdroege/async-tungstenite/compare/0.26.0...0.25.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
version = "0.28.1"
edition = "2018"
readme = "README.md"
include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
Expand Down

0 comments on commit 9aeff20

Please sign in to comment.