From 24561a62ba6e244ef65f72883c0d791e6ec17b1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Oliveira?= Date: Tue, 30 Apr 2024 19:41:08 +0100 Subject: [PATCH] Prepare v0.12.2 (#187) Co-authored-by: Max Inden --- CHANGELOG.md | 5 +++++ yamux/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62838a5..265549a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.13.2 + +- Bound `Active`'s `pending_frames` to enforce backpressure. + See [460baf2](https://github.com/libp2p/rust-yamux/commit/460baf2ccb7d5982b266cb3cb9c0bdf75b4fb779) + # 0.13.1 - Fix WASM support using `instant::{Duration, Instant}` instead of `std::time::{Duration, Instant}`. diff --git a/yamux/Cargo.toml b/yamux/Cargo.toml index 0fa25e0..c6698bb 100644 --- a/yamux/Cargo.toml +++ b/yamux/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yamux" -version = "0.13.1" +version = "0.13.2" authors = ["Parity Technologies "] license = "Apache-2.0 OR MIT" description = "Multiplexer over reliable, ordered connections"