WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 7adbe8b

Browse files
authored
prepare version 0.13.8 (#212)
1 parent 874455d commit 7adbe8b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.13.8
2+
3+
- Introduce `WriteState::Poisoned` to avoid further reads after the returned number of bytes from a write operation is bigger than the header size.
4+
See [PR 211](https://github.com/libp2p/rust-yamux/pull/211).
5+
16
# 0.13.7
27

38
- Fix compilation on rust versions < 1.87.0.

yamux/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yamux"
3-
version = "0.13.7"
3+
version = "0.13.8"
44
authors = ["Parity Technologies <[email protected]>"]
55
license = "Apache-2.0 OR MIT"
66
description = "Multiplexer over reliable, ordered connections"

0 commit comments

Comments
 (0)