Skip to content

Commit

Permalink
chore: prepare v0.11.1 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden authored May 26, 2023
1 parent 52c725b commit fe95d02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.11.1

- Avoid race condition between pending frames and closing stream.
See [PR 156].

[PR 156]: https://github.com/libp2p/rust-yamux/pull/156

# 0.11.0

- Remove `Connection::control` in favor of `Control::new`.
Expand Down
2 changes: 1 addition & 1 deletion yamux/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yamux"
version = "0.11.0"
version = "0.11.1"
authors = ["Parity Technologies <[email protected]>"]
license = "Apache-2.0 OR MIT"
description = "Multiplexer over reliable, ordered connections"
Expand Down

0 comments on commit fe95d02

Please sign in to comment.