From cda7c3504e427786b5d6cd52a24d295b6aeeb9ac Mon Sep 17 00:00:00 2001 From: Roman Borschel Date: Mon, 15 Feb 2021 20:06:50 +0100 Subject: [PATCH] Prepare v0.35 (#1957) --- CHANGELOG.md | 4 ++-- Cargo.toml | 10 +++++----- core/CHANGELOG.md | 2 +- misc/multiaddr/CHANGELOG.md | 2 +- misc/multistream-select/CHANGELOG.md | 2 +- muxers/mplex/CHANGELOG.md | 2 +- protocols/gossipsub/CHANGELOG.md | 2 +- protocols/kad/CHANGELOG.md | 2 +- protocols/mdns/CHANGELOG.md | 2 +- protocols/request-response/CHANGELOG.md | 2 +- swarm-derive/CHANGELOG.md | 2 +- transports/plaintext/CHANGELOG.md | 2 +- transports/tcp/CHANGELOG.md | 2 +- 13 files changed, 18 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96d7952bd63..ded5012871f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,11 +41,11 @@ # `libp2p` facade crate -## Version 0.35.0 [unreleased] +## Version 0.35.0 [2021-02-15] - Use `libp2p-swarm-derive`, the former `libp2p-core-derive`. -- Update `libp2p-gossipsub`, `libp2p-mdns`, `libp2p-request-response`, +- Update `libp2p-deflate`, `libp2p-gossipsub`, `libp2p-mdns`, `libp2p-request-response`, `libp2p-swarm` and `libp2p-tcp`. ## Version 0.34.0 [2021-01-12] diff --git a/Cargo.toml b/Cargo.toml index cfa925d0c91..b1716c3bd2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,15 +61,15 @@ atomic = "0.5.0" bytes = "1" futures = "0.3.1" lazy_static = "1.2" -libp2p-core = { version = "0.27.0", path = "core" } +libp2p-core = { version = "0.27.1", path = "core" } libp2p-floodsub = { version = "0.27.0", path = "protocols/floodsub", optional = true } libp2p-gossipsub = { version = "0.28.0", path = "./protocols/gossipsub", optional = true } libp2p-identify = { version = "0.27.0", path = "protocols/identify", optional = true } -libp2p-kad = { version = "0.28.0", path = "protocols/kad", optional = true } -libp2p-mplex = { version = "0.27.0", path = "muxers/mplex", optional = true } +libp2p-kad = { version = "0.28.1", path = "protocols/kad", optional = true } +libp2p-mplex = { version = "0.27.1", path = "muxers/mplex", optional = true } libp2p-noise = { version = "0.29.0", path = "transports/noise", optional = true } libp2p-ping = { version = "0.27.0", path = "protocols/ping", optional = true } -libp2p-plaintext = { version = "0.27.0", path = "transports/plaintext", optional = true } +libp2p-plaintext = { version = "0.27.1", path = "transports/plaintext", optional = true } libp2p-pnet = { version = "0.20.0", path = "transports/pnet", optional = true } libp2p-request-response = { version = "0.9.1", path = "protocols/request-response", optional = true } libp2p-swarm = { version = "0.27.2", path = "swarm" } @@ -77,7 +77,7 @@ libp2p-swarm-derive = { version = "0.22.0", path = "swarm-derive" } libp2p-uds = { version = "0.27.0", path = "transports/uds", optional = true } libp2p-wasm-ext = { version = "0.27.0", path = "transports/wasm-ext", optional = true } libp2p-yamux = { version = "0.30.0", path = "muxers/yamux", optional = true } -multiaddr = { package = "parity-multiaddr", version = "0.11.0", path = "misc/multiaddr" } +multiaddr = { package = "parity-multiaddr", version = "0.11.1", path = "misc/multiaddr" } parking_lot = "0.11.0" pin-project = "1.0.0" smallvec = "1.0" diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 4956cbc16be..8e2bd1e5ca0 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.27.1 [unreleased] +# 0.27.1 [2021-02-15] - Update dependencies. diff --git a/misc/multiaddr/CHANGELOG.md b/misc/multiaddr/CHANGELOG.md index c889475e101..663f5336c0d 100644 --- a/misc/multiaddr/CHANGELOG.md +++ b/misc/multiaddr/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.11.1 [unreleased] +# 0.11.1 [2021-02-15] - Update dependencies diff --git a/misc/multistream-select/CHANGELOG.md b/misc/multistream-select/CHANGELOG.md index 07334c5183a..62bf79558ac 100644 --- a/misc/multistream-select/CHANGELOG.md +++ b/misc/multistream-select/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.10.1 [unreleased] +# 0.10.1 [2021-02-15] - Update dependencies. diff --git a/muxers/mplex/CHANGELOG.md b/muxers/mplex/CHANGELOG.md index e8f7b2809d7..28a993ede5b 100644 --- a/muxers/mplex/CHANGELOG.md +++ b/muxers/mplex/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.27.1 [unreleased] +# 0.27.1 [2021-02-15] - Update dependencies. diff --git a/protocols/gossipsub/CHANGELOG.md b/protocols/gossipsub/CHANGELOG.md index 5a21915b718..9bb40368b42 100644 --- a/protocols/gossipsub/CHANGELOG.md +++ b/protocols/gossipsub/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.28.0 [unreleased] +# 0.28.0 [2021-02-15] - Prevent non-published messages being added to caches. [PR 1930](https://github.com/libp2p/rust-libp2p/pull/1930) diff --git a/protocols/kad/CHANGELOG.md b/protocols/kad/CHANGELOG.md index 645d63c108f..33aaf7bbb3b 100644 --- a/protocols/kad/CHANGELOG.md +++ b/protocols/kad/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.28.1 [unreleased] +# 0.28.1 [2021-02-15] - Update dependencies. diff --git a/protocols/mdns/CHANGELOG.md b/protocols/mdns/CHANGELOG.md index bd2a80624dc..efaaf57860b 100644 --- a/protocols/mdns/CHANGELOG.md +++ b/protocols/mdns/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.28.1 [unreleased] +# 0.28.1 [2021-02-15] - Update dependencies. diff --git a/protocols/request-response/CHANGELOG.md b/protocols/request-response/CHANGELOG.md index 0a84c00aa4c..9013fde4531 100644 --- a/protocols/request-response/CHANGELOG.md +++ b/protocols/request-response/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.9.1 [unreleased] +# 0.9.1 [2021-02-15] - Make `is_pending_outbound` return true on pending connection. [PR 1928](https://github.com/libp2p/rust-libp2p/pull/1928). diff --git a/swarm-derive/CHANGELOG.md b/swarm-derive/CHANGELOG.md index dceff42bdd1..36cd7a4a582 100644 --- a/swarm-derive/CHANGELOG.md +++ b/swarm-derive/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.22.0 [unreleased] +# 0.22.0 [2021-02-15] - Rename the crate to `libp2p-swarm-derive`. diff --git a/transports/plaintext/CHANGELOG.md b/transports/plaintext/CHANGELOG.md index 70bec4f5fb6..bb8ba04053c 100644 --- a/transports/plaintext/CHANGELOG.md +++ b/transports/plaintext/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.27.1 [unreleased] +# 0.27.1 [2021-02-15] - Update dependencies. diff --git a/transports/tcp/CHANGELOG.md b/transports/tcp/CHANGELOG.md index 04899ba7a02..8077ab4358c 100644 --- a/transports/tcp/CHANGELOG.md +++ b/transports/tcp/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.27.1 [unreleased] +# 0.27.1 [2021-02-15] - Update dependencies.