|
|
|
@ -4,6 +4,14 @@ 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.15.0] - 2021-09-09 |
|
|
|
|
### Fixed |
|
|
|
|
- Reduce crate package size. |
|
|
|
|
- Fix and clean up autobahn tests. |
|
|
|
|
|
|
|
|
|
### Changed |
|
|
|
|
- Update to tungstenite 0.15. |
|
|
|
|
|
|
|
|
|
## [0.14.0] - 2021-07-05 |
|
|
|
|
### Changed |
|
|
|
|
- Remove `tokio-rustls` feature and replace with `tokio-rustls-webpki-roots` |
|
|
|
@ -79,7 +87,8 @@ No changelog is available for older versions as of yet. |
|
|
|
|
--> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Unreleased]: https://github.com/sdroege/async-tungstenite/compare/0.14.0...HEAD |
|
|
|
|
[Unreleased]: https://github.com/sdroege/async-tungstenite/compare/0.15.0...HEAD |
|
|
|
|
[0.15.0]: https://github.com/sdroege/async-tungstenite/compare/0.15.0...0.14.0 |
|
|
|
|
[0.14.0]: https://github.com/sdroege/async-tungstenite/compare/0.14.0...0.13.1 |
|
|
|
|
[0.13.1]: https://github.com/sdroege/async-tungstenite/compare/0.13.1...0.13.0 |
|
|
|
|
[0.13.0]: https://github.com/sdroege/async-tungstenite/compare/0.13.0...0.12.0 |
|
|
|
|