Skip to content

Commit

Permalink
Prepare 0.23.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-abramov committed Jun 2, 2024
1 parent 2ebcc1f commit bef231d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.23.0

- Disable default features for `rustls` giving the user more flexibility.

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.22.0"
documentation = "https://docs.rs/tungstenite/0.23.0"
repository = "https://github.com/snapview/tungstenite-rs"
version = "0.22.0"
version = "0.23.0"
edition = "2018"
rust-version = "1.60"
include = ["benches/**/*", "src/**/*", "examples/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]
Expand Down

0 comments on commit bef231d

Please sign in to comment.