Skip to content

Commit 0938f1c

Browse files
Bump version
1 parent 4a457f6 commit 0938f1c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UNRELEASED
1+
# 0.29.0
22

33
* Update MSRV to `1.71` due to `syn` (the dependency of `thiserror`) requiring it.
44
* Allow users to send headers with non-visible ASCII values (as long as they constitute a correct `HeaderValue`).

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ authors = ["Alexey Galakhov", "Daniel Abramov"]
77
license = "MIT OR Apache-2.0"
88
readme = "README.md"
99
homepage = "https://github.com/snapview/tungstenite-rs"
10-
documentation = "https://docs.rs/tungstenite/0.28.0"
10+
documentation = "https://docs.rs/tungstenite/0.29.0"
1111
repository = "https://github.com/snapview/tungstenite-rs"
12-
version = "0.28.0"
12+
version = "0.29.0"
1313
edition = "2021"
1414
rust-version = "1.71"
1515
include = ["benches/**/*", "src/**/*", "examples/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]

0 commit comments

Comments
 (0)