Prepare v0.12.2 (#187)

Co-authored-by: Max Inden <mail@max-inden.de>
This commit is contained in:
João Oliveira
2024-04-30 19:41:08 +01:00
committed by GitHub
parent 460baf2ccb
commit 24561a62ba
2 changed files with 6 additions and 1 deletions

View File

@@ -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}`.

View File

@@ -1,6 +1,6 @@
[package]
name = "yamux"
version = "0.13.1"
version = "0.13.2"
authors = ["Parity Technologies <admin@parity.io>"]
license = "Apache-2.0 OR MIT"
description = "Multiplexer over reliable, ordered connections"