Bump version and update the changelog

This commit is contained in:
Daniel Abramov 2022-07-12 19:46:24 +02:00
parent fbac5027ee
commit 3bc195a42f
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
# 0.17.3
- Respect the case-sentitivity of the "Origin" header to keep compatibility with the older servers that use case-sensitive comparison.
# 0.17.2
- Fix panic when invalid manually constructed `http::Request` is passed to `tungstenite`.

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.2"
documentation = "https://docs.rs/tungstenite/0.17.3"
repository = "https://github.com/snapview/tungstenite-rs"
version = "0.17.2"
version = "0.17.3"
edition = "2018"
rust-version = "1.51"
include = ["benches/**/*", "src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]