Bump version (#322)

This commit is contained in:
Daniel Abramov 2022-11-28 22:47:45 +01:00 committed by GitHub
parent 85f153c6fc
commit 72c6f6cdd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
# 0.18.0
- Make handshake dependencies optional with a new `handshake` feature (now a default one!).
- Return HTTP error responses (their HTTP body) upon non 101 status codes.
# 0.17.3
- Respect the case-sentitivity of the "Origin" header to keep compatibility with the older servers that use case-sensitive comparison.

View File

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