Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-abramov committed Dec 19, 2024
1 parent e81886c commit 1b4adde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.26.1

- Fix/revert unsoundness that could lead to UB with dodgy `Read` stream implementations.

# 0.26.0
- Simplify `Message` to use `Bytes` payload directly with simpler `Utf8Bytes` for text.
- Change `CloseFrame` to use `Utf8Bytes` for `reason`.
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.26.0"
documentation = "https://docs.rs/tungstenite/0.26.1"
repository = "https://github.com/snapview/tungstenite-rs"
version = "0.26.0"
version = "0.26.1"
edition = "2021"
rust-version = "1.63"
include = ["benches/**/*", "src/**/*", "examples/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]
Expand Down

0 comments on commit 1b4adde

Please sign in to comment.