Skip to content

Commit

Permalink
Bump version and add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Nov 23, 2022
1 parent 1ca32e6 commit 63938b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.11.0 [unreleased]

- Remove `Connection::control` in favor of `Control::new`.
Remove `Connection::next_stream` in favor of `Connection::poll_next_inbound`.
See [PR 142].

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

# 0.10.2

- Process command or socket result immediately and thereby no longer accessing
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.10.2"
version = "0.11.0"
authors = ["Parity Technologies <[email protected]>"]
license = "Apache-2.0 OR MIT"
description = "Multiplexer over reliable, ordered connections"
Expand Down

0 comments on commit 63938b1

Please sign in to comment.