Skip to content

Commit

Permalink
Prepare 0.22.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-abramov committed Jun 1, 2024
1 parent ad1d511 commit ff31138
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.22.0

- Update TLS dependencies.
- Update `tungstenite` to match `0.22.0`.

# 0.21.0

- Update TLS dependencies.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ keywords = ["websocket", "io", "web"]
authors = ["Daniel Abramov <dabramov@snapview.de>", "Alexey Galakhov <agalakhov@snapview.de>"]
license = "MIT"
homepage = "https://github.com/snapview/tokio-tungstenite"
documentation = "https://docs.rs/tokio-tungstenite/0.21.0"
documentation = "https://docs.rs/tokio-tungstenite/0.22.0"
repository = "https://github.com/snapview/tokio-tungstenite"
version = "0.21.0"
version = "0.22.0"
edition = "2018"
rust-version = "1.63"
include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
Expand Down

0 comments on commit ff31138

Please sign in to comment.