Release 0.20.0

pull/114/head 0.20.0
Sebastian Dröge 2 years ago
parent fa9d6c01dc
commit da62f071f5
  1. 5
      CHANGELOG.md
  2. 2
      Cargo.toml

@ -4,6 +4,11 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.20.0] - 2023-02-10
### Changed
- Update to gio/glib 0.17.
- Update to async-tls 0.12 and env-logger 0.10.
## [0.19.0] - 2022-12-11 ## [0.19.0] - 2022-12-11
### Changed ### Changed
- Update to tungstenite 0.18 and make the "handshake" feature optional but - Update to tungstenite 0.18 and make the "handshake" feature optional but

@ -8,7 +8,7 @@ license = "MIT"
homepage = "https://github.com/sdroege/async-tungstenite" homepage = "https://github.com/sdroege/async-tungstenite"
repository = "https://github.com/sdroege/async-tungstenite" repository = "https://github.com/sdroege/async-tungstenite"
documentation = "https://docs.rs/async-tungstenite" documentation = "https://docs.rs/async-tungstenite"
version = "0.19.0" version = "0.20.0"
edition = "2018" edition = "2018"
readme = "README.md" readme = "README.md"
include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"] include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]

Loading…
Cancel
Save