Skip to content

Commit fe95d02

Browse files
authored
chore: prepare v0.11.1 (#160)
1 parent 52c725b commit fe95d02

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.11.1
2+
3+
- Avoid race condition between pending frames and closing stream.
4+
See [PR 156].
5+
6+
[PR 156]: https://github.com/libp2p/rust-yamux/pull/156
7+
18
# 0.11.0
29

310
- Remove `Connection::control` in favor of `Control::new`.

yamux/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yamux"
3-
version = "0.11.0"
3+
version = "0.11.1"
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)