Skip to content

Commit

Permalink
Prepare 0.23.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-abramov committed Jun 16, 2024
1 parent db9ae7e commit 8325825
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.1

- Introduce a `url` feature (proxies to `tungstenite/url`).

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.23.0"
documentation = "https://docs.rs/tokio-tungstenite/0.23.1"
repository = "https://github.com/snapview/tokio-tungstenite"
version = "0.23.0"
version = "0.23.1"
edition = "2018"
rust-version = "1.63"
include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
Expand Down

0 comments on commit 8325825

Please sign in to comment.