Update changelog, bump version

This commit is contained in:
Daniel Abramov 2022-02-21 15:40:27 +01:00
parent d9a1ab2cb2
commit 4e6d339a4e
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
# 0.17.2
- Fix panic when invalid manually constructed `http::Request` is passed to `tungstenite`.
- Downgrade the MSRV to `1.56` due to some other crates that rely on us not being quite ready for `1.58`.
# 0.17.1
- Specify the minimum required Rust version.

View File

@ -7,9 +7,9 @@ authors = ["Alexey Galakhov", "Daniel Abramov"]
license = "MIT/Apache-2.0"
readme = "README.md"
homepage = "https://github.com/snapview/tungstenite-rs"
documentation = "https://docs.rs/tungstenite/0.17.1"
documentation = "https://docs.rs/tungstenite/0.17.2"
repository = "https://github.com/snapview/tungstenite-rs"
version = "0.17.1"
version = "0.17.2"
edition = "2018"
rust-version = "1.56"
include = ["benches/**/*", "src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]