Skip to content

Commit 0020120

Browse files
committed
Release 0.8.0
1 parent 504eb9e commit 0020120

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="v0.7.9"></a>
2+
### v0.8.0 (2018-10-15)
3+
4+
#### Features
5+
* Update rand to 0.6
6+
* Upgrade native-tls to 0.2
7+
* Add a maximal size for fragments exposed via the `max_fragment_size` setting
8+
9+
#### Bug fixes
10+
* Don't try to parse response when the socket not ready
11+
112
<a name="v0.7.9"></a>
213
### v0.7.9 (2018-10-15)
314

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT"
1313
name = "ws"
1414
readme = "README.md"
1515
repository = "https://github.com/housleyjk/ws-rs"
16-
version = "0.7.9"
16+
version = "0.8.0"
1717

1818
[dependencies]
1919
byteorder = "1.2.1"

0 commit comments

Comments
 (0)