From 8bd5d409278c6a31cd3ec1101064093732c79df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Oliveira?= Date: Fri, 7 Jun 2024 21:30:21 +0100 Subject: [PATCH] chore: prepare v0.13.3 (#192) --- CHANGELOG.md | 3 +++ yamux/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f21e1fe..8df4291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # 0.13.3 +- Wake up readers after setting the state to RecvClosed to not miss EOF. + See [PR 190](https://github.com/libp2p/rust-yamux/pull/190). + - Use `web-time` instead of `instant`. See [PR 191](https://github.com/libp2p/rust-yamux/pull/191). diff --git a/yamux/Cargo.toml b/yamux/Cargo.toml index 3694f75..2beaddd 100644 --- a/yamux/Cargo.toml +++ b/yamux/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yamux" -version = "0.13.2" +version = "0.13.3" authors = ["Parity Technologies "] license = "Apache-2.0 OR MIT" description = "Multiplexer over reliable, ordered connections"