From 1b874d2ccb90913db01e5f4a7847a6e73aabb792 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Thu, 14 Oct 2021 18:15:26 +0200 Subject: [PATCH 1/2] *: Prepare v0.40.0-rc.1 release --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- core/CHANGELOG.md | 2 +- misc/metrics/CHANGELOG.md | 2 +- misc/multistream-select/CHANGELOG.md | 2 +- muxers/mplex/CHANGELOG.md | 2 +- muxers/yamux/CHANGELOG.md | 2 +- protocols/floodsub/CHANGELOG.md | 2 +- protocols/gossipsub/CHANGELOG.md | 2 +- protocols/identify/CHANGELOG.md | 2 +- protocols/kad/CHANGELOG.md | 2 +- protocols/mdns/CHANGELOG.md | 2 +- protocols/ping/CHANGELOG.md | 2 +- protocols/relay/CHANGELOG.md | 2 +- protocols/rendezvous/CHANGELOG.md | 2 +- protocols/request-response/CHANGELOG.md | 2 +- swarm-derive/CHANGELOG.md | 2 +- swarm/CHANGELOG.md | 2 +- transports/deflate/CHANGELOG.md | 2 +- transports/dns/CHANGELOG.md | 2 +- transports/noise/CHANGELOG.md | 2 +- transports/plaintext/CHANGELOG.md | 2 +- transports/pnet/CHANGELOG.md | 2 +- transports/tcp/CHANGELOG.md | 2 +- transports/uds/CHANGELOG.md | 2 +- transports/wasm-ext/CHANGELOG.md | 2 +- transports/websocket/CHANGELOG.md | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c28e4afe1e8..4a64d537890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,7 +42,7 @@ # `libp2p` facade crate -## Version 0.40.0 [unreleased] +## Version 0.40.0-rc.1 [2021-10-15] - Update individual crates. - `libp2p-core` diff --git a/Cargo.toml b/Cargo.toml index 05b5ccc8860..30e423a11b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p" edition = "2018" description = "Peer-to-peer networking library" -version = "0.40.0" +version = "0.40.0-rc.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 4d9f4bda667..29a8e9d59fe 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.30.0 [unreleased] +# 0.30.0 [2021-10-15] - Add `ConnectionLimit::with_max_established` (see [PR 2137]). diff --git a/misc/metrics/CHANGELOG.md b/misc/metrics/CHANGELOG.md index cad93476b9a..23ef43d5dd1 100644 --- a/misc/metrics/CHANGELOG.md +++ b/misc/metrics/CHANGELOG.md @@ -1,3 +1,3 @@ -## Version 0.1.0 [unreleased] +## Version 0.1.0 [2021-10-15] - Add initial version. \ No newline at end of file diff --git a/misc/multistream-select/CHANGELOG.md b/misc/multistream-select/CHANGELOG.md index 7a10a7267f5..40f8f12d3c8 100644 --- a/misc/multistream-select/CHANGELOG.md +++ b/misc/multistream-select/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.10.4 [unreleased] +# 0.10.4 [2021-10-15] - Implement `From for ProtocolError` instead of `Into`. [PR 2169](https://github.com/libp2p/rust-libp2p/pull/2169) diff --git a/muxers/mplex/CHANGELOG.md b/muxers/mplex/CHANGELOG.md index 6cc5d5c6b0b..4ea9ecf55db 100644 --- a/muxers/mplex/CHANGELOG.md +++ b/muxers/mplex/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.30.0 [unreleased] +# 0.30.0 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/muxers/yamux/CHANGELOG.md b/muxers/yamux/CHANGELOG.md index 7ca9c0bbbb6..a5d4570fc13 100644 --- a/muxers/yamux/CHANGELOG.md +++ b/muxers/yamux/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.34.0 [unreleased] +# 0.34.0 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/protocols/floodsub/CHANGELOG.md b/protocols/floodsub/CHANGELOG.md index c0f65131c1a..32906ef1db4 100644 --- a/protocols/floodsub/CHANGELOG.md +++ b/protocols/floodsub/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.31.0 [unreleased] +# 0.31.0 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/protocols/gossipsub/CHANGELOG.md b/protocols/gossipsub/CHANGELOG.md index ac66461ceed..32664f74b2c 100644 --- a/protocols/gossipsub/CHANGELOG.md +++ b/protocols/gossipsub/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.33.0 [unreleased] +# 0.33.0 [2021-10-15] - Add an event to register peers that do not support the gossipsub protocol [PR 2241](https://github.com/libp2p/rust-libp2p/pull/2241) diff --git a/protocols/identify/CHANGELOG.md b/protocols/identify/CHANGELOG.md index 1d7378d0771..4fccfedf143 100644 --- a/protocols/identify/CHANGELOG.md +++ b/protocols/identify/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.31.0 [unreleased] +# 0.31.0 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/protocols/kad/CHANGELOG.md b/protocols/kad/CHANGELOG.md index d1557c3401b..9ab7de0d00a 100644 --- a/protocols/kad/CHANGELOG.md +++ b/protocols/kad/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.32.0 [unreleased] +# 0.32.0 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/protocols/mdns/CHANGELOG.md b/protocols/mdns/CHANGELOG.md index 3b633de5030..01aa90904fc 100644 --- a/protocols/mdns/CHANGELOG.md +++ b/protocols/mdns/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.32.0 [unreleased] +# 0.32.0 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/protocols/ping/CHANGELOG.md b/protocols/ping/CHANGELOG.md index e4de6070fc3..6070a5f2f84 100644 --- a/protocols/ping/CHANGELOG.md +++ b/protocols/ping/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.31.0 [unreleased] +# 0.31.0 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/protocols/relay/CHANGELOG.md b/protocols/relay/CHANGELOG.md index 9f2857bfcc1..4735d94792d 100644 --- a/protocols/relay/CHANGELOG.md +++ b/protocols/relay/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.4.0 [unreleased] +# 0.4.0 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/protocols/rendezvous/CHANGELOG.md b/protocols/rendezvous/CHANGELOG.md index ab400cdaf64..c9930a83b88 100644 --- a/protocols/rendezvous/CHANGELOG.md +++ b/protocols/rendezvous/CHANGELOG.md @@ -1,3 +1,3 @@ -# 0.1.0 [unreleased] +# 0.1.0 [2021-10-15] - Initial release. diff --git a/protocols/request-response/CHANGELOG.md b/protocols/request-response/CHANGELOG.md index c33ac7b6c20..606207b0efa 100644 --- a/protocols/request-response/CHANGELOG.md +++ b/protocols/request-response/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.13.0 [unreleased] +# 0.13.0 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/swarm-derive/CHANGELOG.md b/swarm-derive/CHANGELOG.md index dc31bd83453..af97ba7253e 100644 --- a/swarm-derive/CHANGELOG.md +++ b/swarm-derive/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.25.0 [unreleased] +# 0.25.0 [2021-10-15] - Update to latest `libp2p-swarm` changes (see [PR 2191]). diff --git a/swarm/CHANGELOG.md b/swarm/CHANGELOG.md index 51264235026..03c9de532e9 100644 --- a/swarm/CHANGELOG.md +++ b/swarm/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.31.0 [unreleased] +# 0.31.0 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/transports/deflate/CHANGELOG.md b/transports/deflate/CHANGELOG.md index 72bdaba8828..2684b31f88a 100644 --- a/transports/deflate/CHANGELOG.md +++ b/transports/deflate/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.30.0 [unreleased] +# 0.30.0 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/transports/dns/CHANGELOG.md b/transports/dns/CHANGELOG.md index 41c0cc06b5e..b82dbf4ce9b 100644 --- a/transports/dns/CHANGELOG.md +++ b/transports/dns/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.30.0 [unreleased] +# 0.30.0 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/transports/noise/CHANGELOG.md b/transports/noise/CHANGELOG.md index 67830fb01fc..844e1ceaf16 100644 --- a/transports/noise/CHANGELOG.md +++ b/transports/noise/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.33.0 [unreleased] +# 0.33.0 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/transports/plaintext/CHANGELOG.md b/transports/plaintext/CHANGELOG.md index dfbf8d07bf9..c535c4293f4 100644 --- a/transports/plaintext/CHANGELOG.md +++ b/transports/plaintext/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.30.0 [unreleased] +# 0.30.0 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/transports/pnet/CHANGELOG.md b/transports/pnet/CHANGELOG.md index b32b95f8739..2a13d628fec 100644 --- a/transports/pnet/CHANGELOG.md +++ b/transports/pnet/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.22.0 [unreleased] +# 0.22.0 [2021-10-15] - Update dependencies. diff --git a/transports/tcp/CHANGELOG.md b/transports/tcp/CHANGELOG.md index 325672e194f..5ec68c45dbb 100644 --- a/transports/tcp/CHANGELOG.md +++ b/transports/tcp/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.30.0 [unreleased] +# 0.30.0 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/transports/uds/CHANGELOG.md b/transports/uds/CHANGELOG.md index fe900a22918..ecf3f479101 100644 --- a/transports/uds/CHANGELOG.md +++ b/transports/uds/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.30.0 [unreleased] +# 0.30.0 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/transports/wasm-ext/CHANGELOG.md b/transports/wasm-ext/CHANGELOG.md index 278aaa01791..4dbf084ebf1 100644 --- a/transports/wasm-ext/CHANGELOG.md +++ b/transports/wasm-ext/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.30.0 [unreleased] +# 0.30.0 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/transports/websocket/CHANGELOG.md b/transports/websocket/CHANGELOG.md index c3cfd407eda..e29459006d4 100644 --- a/transports/websocket/CHANGELOG.md +++ b/transports/websocket/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.31.0 [unreleased] +# 0.31.0 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) From 5b73d85082efedb3cf2f7bb75da6952d030610b6 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Fri, 15 Oct 2021 10:18:30 +0200 Subject: [PATCH 2/2] *: Prepare release candidate of all libp2p-XXX crates --- Cargo.toml | 52 ++++++++++++------------- core/CHANGELOG.md | 2 +- core/Cargo.toml | 2 +- misc/metrics/Cargo.toml | 12 +++--- misc/multistream-select/CHANGELOG.md | 2 +- muxers/mplex/CHANGELOG.md | 2 +- muxers/mplex/Cargo.toml | 4 +- muxers/yamux/CHANGELOG.md | 2 +- muxers/yamux/Cargo.toml | 4 +- protocols/floodsub/CHANGELOG.md | 2 +- protocols/floodsub/Cargo.toml | 6 +-- protocols/gossipsub/CHANGELOG.md | 2 +- protocols/gossipsub/Cargo.toml | 6 +-- protocols/identify/CHANGELOG.md | 2 +- protocols/identify/Cargo.toml | 6 +-- protocols/kad/CHANGELOG.md | 2 +- protocols/kad/Cargo.toml | 6 +-- protocols/mdns/CHANGELOG.md | 2 +- protocols/mdns/Cargo.toml | 6 +-- protocols/ping/CHANGELOG.md | 2 +- protocols/ping/Cargo.toml | 6 +-- protocols/relay/CHANGELOG.md | 2 +- protocols/relay/Cargo.toml | 6 +-- protocols/rendezvous/CHANGELOG.md | 2 +- protocols/rendezvous/Cargo.toml | 6 +-- protocols/request-response/CHANGELOG.md | 2 +- protocols/request-response/Cargo.toml | 6 +-- swarm-derive/CHANGELOG.md | 2 +- swarm-derive/Cargo.toml | 2 +- swarm/CHANGELOG.md | 2 +- swarm/Cargo.toml | 4 +- transports/deflate/CHANGELOG.md | 2 +- transports/deflate/Cargo.toml | 4 +- transports/dns/CHANGELOG.md | 2 +- transports/dns/Cargo.toml | 4 +- transports/noise/CHANGELOG.md | 2 +- transports/noise/Cargo.toml | 4 +- transports/plaintext/CHANGELOG.md | 2 +- transports/plaintext/Cargo.toml | 4 +- transports/pnet/CHANGELOG.md | 2 +- transports/pnet/Cargo.toml | 2 +- transports/tcp/CHANGELOG.md | 2 +- transports/tcp/Cargo.toml | 4 +- transports/uds/CHANGELOG.md | 2 +- transports/uds/Cargo.toml | 4 +- transports/wasm-ext/CHANGELOG.md | 2 +- transports/wasm-ext/Cargo.toml | 4 +- transports/websocket/CHANGELOG.md | 2 +- transports/websocket/Cargo.toml | 4 +- 49 files changed, 108 insertions(+), 108 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 30e423a11b6..93d025d1ef7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p" edition = "2018" description = "Peer-to-peer networking library" -version = "0.40.0-rc.1" +version = "0.40.0-rc.1-rc.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" @@ -68,37 +68,37 @@ atomic = "0.5.0" bytes = "1" futures = "0.3.1" lazy_static = "1.2" -libp2p-core = { version = "0.30.0", path = "core", default-features = false } -libp2p-floodsub = { version = "0.31.0", path = "protocols/floodsub", optional = true } -libp2p-gossipsub = { version = "0.33.0", path = "./protocols/gossipsub", optional = true } -libp2p-identify = { version = "0.31.0", path = "protocols/identify", optional = true } -libp2p-kad = { version = "0.32.0", path = "protocols/kad", optional = true } -libp2p-metrics = { version = "0.1.0", path = "misc/metrics", optional = true } -libp2p-mplex = { version = "0.30.0", path = "muxers/mplex", optional = true } -libp2p-noise = { version = "0.33.0", path = "transports/noise", optional = true } -libp2p-ping = { version = "0.31.0", path = "protocols/ping", optional = true } -libp2p-plaintext = { version = "0.30.0", path = "transports/plaintext", optional = true } -libp2p-pnet = { version = "0.22.0", path = "transports/pnet", optional = true } -libp2p-relay = { version = "0.4.0", path = "protocols/relay", optional = true } -libp2p-rendezvous = { version = "0.1.0", path = "protocols/rendezvous", optional = true } -libp2p-request-response = { version = "0.13.0", path = "protocols/request-response", optional = true } -libp2p-swarm = { version = "0.31.0", path = "swarm" } -libp2p-swarm-derive = { version = "0.25.0", path = "swarm-derive" } -libp2p-uds = { version = "0.30.0", path = "transports/uds", optional = true } -libp2p-wasm-ext = { version = "0.30.0", path = "transports/wasm-ext", default-features = false, optional = true } -libp2p-yamux = { version = "0.34.0", path = "muxers/yamux", optional = true } -multiaddr = { version = "0.13.0" } +libp2p-core = { version = "0.30.0-rc.1", path = "core", default-features = false } +libp2p-floodsub = { version = "0.31.0-rc.1", path = "protocols/floodsub", optional = true } +libp2p-gossipsub = { version = "0.33.0-rc.1", path = "./protocols/gossipsub", optional = true } +libp2p-identify = { version = "0.31.0-rc.1", path = "protocols/identify", optional = true } +libp2p-kad = { version = "0.32.0-rc.1", path = "protocols/kad", optional = true } +libp2p-metrics = { version = "0.1.0-rc.1", path = "misc/metrics", optional = true } +libp2p-mplex = { version = "0.30.0-rc.1", path = "muxers/mplex", optional = true } +libp2p-noise = { version = "0.33.0-rc.1", path = "transports/noise", optional = true } +libp2p-ping = { version = "0.31.0-rc.1", path = "protocols/ping", optional = true } +libp2p-plaintext = { version = "0.30.0-rc.1", path = "transports/plaintext", optional = true } +libp2p-pnet = { version = "0.22.0-rc.1", path = "transports/pnet", optional = true } +libp2p-relay = { version = "0.4.0-rc.1", path = "protocols/relay", optional = true } +libp2p-rendezvous = { version = "0.1.0-rc.1", path = "protocols/rendezvous", optional = true } +libp2p-request-response = { version = "0.13.0-rc.1", path = "protocols/request-response", optional = true } +libp2p-swarm = { version = "0.31.0-rc.1", path = "swarm" } +libp2p-swarm-derive = { version = "0.25.0-rc.1", path = "swarm-derive" } +libp2p-uds = { version = "0.30.0-rc.1", path = "transports/uds", optional = true } +libp2p-wasm-ext = { version = "0.30.0-rc.1", path = "transports/wasm-ext", default-features = false, optional = true } +libp2p-yamux = { version = "0.34.0-rc.1", path = "muxers/yamux", optional = true } +multiaddr = { version = "0.13.0-rc.1" } parking_lot = "0.11.0" pin-project = "1.0.0" smallvec = "1.6.1" wasm-timer = "0.2.4" [target.'cfg(not(any(target_os = "emscripten", target_os = "wasi", target_os = "unknown")))'.dependencies] -libp2p-deflate = { version = "0.30.0", path = "transports/deflate", optional = true } -libp2p-dns = { version = "0.30.0", path = "transports/dns", optional = true, default-features = false } -libp2p-mdns = { version = "0.32.0", path = "protocols/mdns", optional = true } -libp2p-tcp = { version = "0.30.0", path = "transports/tcp", default-features = false, optional = true } -libp2p-websocket = { version = "0.31.0", path = "transports/websocket", optional = true } +libp2p-deflate = { version = "0.30.0-rc.1", path = "transports/deflate", optional = true } +libp2p-dns = { version = "0.30.0-rc.1", path = "transports/dns", optional = true, default-features = false } +libp2p-mdns = { version = "0.32.0-rc.1", path = "protocols/mdns", optional = true } +libp2p-tcp = { version = "0.30.0-rc.1", path = "transports/tcp", default-features = false, optional = true } +libp2p-websocket = { version = "0.31.0-rc.1", path = "transports/websocket", optional = true } [dev-dependencies] async-std = { version = "1.6.2", features = ["attributes"] } diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 29a8e9d59fe..cbe0d188e97 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.30.0 [2021-10-15] +# 0.30.0-rc.1 [2021-10-15] - Add `ConnectionLimit::with_max_established` (see [PR 2137]). diff --git a/core/Cargo.toml b/core/Cargo.toml index ed5770310de..98b5077c989 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p-core" edition = "2018" description = "Core traits and structs of libp2p" -version = "0.30.0" +version = "0.30.0-rc.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" diff --git a/misc/metrics/Cargo.toml b/misc/metrics/Cargo.toml index f34c33d9d94..7e9fb94c5cb 100644 --- a/misc/metrics/Cargo.toml +++ b/misc/metrics/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p-metrics" edition = "2018" description = "Metrics for libp2p" -version = "0.1.0" +version = "0.1.0-rc.1" authors = ["Max Inden "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" @@ -15,11 +15,11 @@ kad = ["libp2p-kad"] ping = ["libp2p-ping"] [dependencies] -libp2p-core= { version = "0.30.0", path = "../../core" } -libp2p-identify = { version = "0.31.0", path = "../../protocols/identify", optional = true } -libp2p-kad = { version = "0.32.0", path = "../../protocols/kad", optional = true } -libp2p-ping = { version = "0.31.0", path = "../../protocols/ping", optional = true } -libp2p-swarm = { version = "0.31.0", path = "../../swarm" } +libp2p-core= { version = "0.30.0-rc.1", path = "../../core" } +libp2p-identify = { version = "0.31.0-rc.1", path = "../../protocols/identify", optional = true } +libp2p-kad = { version = "0.32.0-rc.1", path = "../../protocols/kad", optional = true } +libp2p-ping = { version = "0.31.0-rc.1", path = "../../protocols/ping", optional = true } +libp2p-swarm = { version = "0.31.0-rc.1", path = "../../swarm" } open-metrics-client = "0.12.0" [dev-dependencies] diff --git a/misc/multistream-select/CHANGELOG.md b/misc/multistream-select/CHANGELOG.md index 40f8f12d3c8..2c875b4d57a 100644 --- a/misc/multistream-select/CHANGELOG.md +++ b/misc/multistream-select/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.10.4 [2021-10-15] +# 0.10.4-rc.1 [2021-10-15] - Implement `From for ProtocolError` instead of `Into`. [PR 2169](https://github.com/libp2p/rust-libp2p/pull/2169) diff --git a/muxers/mplex/CHANGELOG.md b/muxers/mplex/CHANGELOG.md index 4ea9ecf55db..3ca0f23d9f8 100644 --- a/muxers/mplex/CHANGELOG.md +++ b/muxers/mplex/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.30.0 [2021-10-15] +# 0.30.0-rc.1 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/muxers/mplex/Cargo.toml b/muxers/mplex/Cargo.toml index 285fe386517..9d036004461 100644 --- a/muxers/mplex/Cargo.toml +++ b/muxers/mplex/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p-mplex" edition = "2018" description = "Mplex multiplexing protocol for libp2p" -version = "0.30.0" +version = "0.30.0-rc.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"] bytes = "1" futures = "0.3.1" asynchronous-codec = "0.6" -libp2p-core = { version = "0.30.0", path = "../../core", default-features = false } +libp2p-core = { version = "0.30.0-rc.1", path = "../../core", default-features = false } log = "0.4" nohash-hasher = "0.2" parking_lot = "0.11" diff --git a/muxers/yamux/CHANGELOG.md b/muxers/yamux/CHANGELOG.md index a5d4570fc13..1b66a650858 100644 --- a/muxers/yamux/CHANGELOG.md +++ b/muxers/yamux/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.34.0 [2021-10-15] +# 0.34.0-rc.1 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/muxers/yamux/Cargo.toml b/muxers/yamux/Cargo.toml index c9984b6514a..65b7767c039 100644 --- a/muxers/yamux/Cargo.toml +++ b/muxers/yamux/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p-yamux" edition = "2018" description = "Yamux multiplexing protocol for libp2p" -version = "0.34.0" +version = "0.34.0-rc.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" @@ -11,7 +11,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] futures = "0.3.1" -libp2p-core = { version = "0.30.0", path = "../../core", default-features = false } +libp2p-core = { version = "0.30.0-rc.1", path = "../../core", default-features = false } parking_lot = "0.11" thiserror = "1.0" yamux = "0.9.0" diff --git a/protocols/floodsub/CHANGELOG.md b/protocols/floodsub/CHANGELOG.md index 32906ef1db4..1594e5d6787 100644 --- a/protocols/floodsub/CHANGELOG.md +++ b/protocols/floodsub/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.31.0 [2021-10-15] +# 0.31.0-rc.1 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/protocols/floodsub/Cargo.toml b/protocols/floodsub/Cargo.toml index a08fcc49bcf..c70fb2214ce 100644 --- a/protocols/floodsub/Cargo.toml +++ b/protocols/floodsub/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p-floodsub" edition = "2018" description = "Floodsub protocol for libp2p" -version = "0.31.0" +version = "0.31.0-rc.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" @@ -13,8 +13,8 @@ categories = ["network-programming", "asynchronous"] cuckoofilter = "0.5.0" fnv = "1.0" futures = "0.3.1" -libp2p-core = { version = "0.30.0", path = "../../core", default-features = false } -libp2p-swarm = { version = "0.31.0", path = "../../swarm" } +libp2p-core = { version = "0.30.0-rc.1", path = "../../core", default-features = false } +libp2p-swarm = { version = "0.31.0-rc.1", path = "../../swarm" } log = "0.4" prost = "0.9" rand = "0.7" diff --git a/protocols/gossipsub/CHANGELOG.md b/protocols/gossipsub/CHANGELOG.md index 32664f74b2c..a755c375f01 100644 --- a/protocols/gossipsub/CHANGELOG.md +++ b/protocols/gossipsub/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.33.0 [2021-10-15] +# 0.33.0-rc.1 [2021-10-15] - Add an event to register peers that do not support the gossipsub protocol [PR 2241](https://github.com/libp2p/rust-libp2p/pull/2241) diff --git a/protocols/gossipsub/Cargo.toml b/protocols/gossipsub/Cargo.toml index 7f91804a9aa..825c174b9f3 100644 --- a/protocols/gossipsub/Cargo.toml +++ b/protocols/gossipsub/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p-gossipsub" edition = "2018" description = "Gossipsub protocol for libp2p" -version = "0.33.0" +version = "0.33.0-rc.1" authors = ["Age Manning "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" @@ -10,8 +10,8 @@ keywords = ["peer-to-peer", "libp2p", "networking"] categories = ["network-programming", "asynchronous"] [dependencies] -libp2p-swarm = { version = "0.31.0", path = "../../swarm" } -libp2p-core = { version = "0.30.0", path = "../../core", default-features = false } +libp2p-swarm = { version = "0.31.0-rc.1", path = "../../swarm" } +libp2p-core = { version = "0.30.0-rc.1", path = "../../core", default-features = false } bytes = "1.0" byteorder = "1.3.4" fnv = "1.0.7" diff --git a/protocols/identify/CHANGELOG.md b/protocols/identify/CHANGELOG.md index 4fccfedf143..9611597c067 100644 --- a/protocols/identify/CHANGELOG.md +++ b/protocols/identify/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.31.0 [2021-10-15] +# 0.31.0-rc.1 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/protocols/identify/Cargo.toml b/protocols/identify/Cargo.toml index b6bd5e4ee92..7afcb590078 100644 --- a/protocols/identify/Cargo.toml +++ b/protocols/identify/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p-identify" edition = "2018" description = "Nodes identifcation protocol for libp2p" -version = "0.31.0" +version = "0.31.0-rc.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" @@ -11,8 +11,8 @@ categories = ["network-programming", "asynchronous"] [dependencies] futures = "0.3.1" -libp2p-core = { version = "0.30.0", path = "../../core", default-features = false } -libp2p-swarm = { version = "0.31.0", path = "../../swarm" } +libp2p-core = { version = "0.30.0-rc.1", path = "../../core", default-features = false } +libp2p-swarm = { version = "0.31.0-rc.1", path = "../../swarm" } log = "0.4.1" lru = "0.6" prost = "0.9" diff --git a/protocols/kad/CHANGELOG.md b/protocols/kad/CHANGELOG.md index 9ab7de0d00a..d746459a297 100644 --- a/protocols/kad/CHANGELOG.md +++ b/protocols/kad/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.32.0 [2021-10-15] +# 0.32.0-rc.1 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/protocols/kad/Cargo.toml b/protocols/kad/Cargo.toml index 12a84ca980e..f67c615167d 100644 --- a/protocols/kad/Cargo.toml +++ b/protocols/kad/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p-kad" edition = "2018" description = "Kademlia protocol for libp2p" -version = "0.32.0" +version = "0.32.0-rc.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" @@ -17,8 +17,8 @@ fnv = "1.0" asynchronous-codec = "0.6" futures = "0.3.1" log = "0.4" -libp2p-core = { version = "0.30.0", path = "../../core", default-features = false } -libp2p-swarm = { version = "0.31.0", path = "../../swarm" } +libp2p-core = { version = "0.30.0-rc.1", path = "../../core", default-features = false } +libp2p-swarm = { version = "0.31.0-rc.1", path = "../../swarm" } prost = "0.9" rand = "0.7.2" sha2 = "0.9.1" diff --git a/protocols/mdns/CHANGELOG.md b/protocols/mdns/CHANGELOG.md index 01aa90904fc..3cd057217fd 100644 --- a/protocols/mdns/CHANGELOG.md +++ b/protocols/mdns/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.32.0 [2021-10-15] +# 0.32.0-rc.1 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/protocols/mdns/Cargo.toml b/protocols/mdns/Cargo.toml index 43370a9bffd..b7dbf801569 100644 --- a/protocols/mdns/Cargo.toml +++ b/protocols/mdns/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libp2p-mdns" edition = "2018" -version = "0.32.0" +version = "0.32.0-rc.1" description = "Implementation of the libp2p mDNS discovery method" authors = ["Parity Technologies "] license = "MIT" @@ -16,8 +16,8 @@ dns-parser = "0.8.0" futures = "0.3.13" if-watch = "0.2.0" lazy_static = "1.4.0" -libp2p-core = { version = "0.30.0", path = "../../core", default-features = false } -libp2p-swarm = { version = "0.31.0", path = "../../swarm" } +libp2p-core = { version = "0.30.0-rc.1", path = "../../core", default-features = false } +libp2p-swarm = { version = "0.31.0-rc.1", path = "../../swarm" } log = "0.4.14" rand = "0.8.3" smallvec = "1.6.1" diff --git a/protocols/ping/CHANGELOG.md b/protocols/ping/CHANGELOG.md index 6070a5f2f84..5aa997fc9f2 100644 --- a/protocols/ping/CHANGELOG.md +++ b/protocols/ping/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.31.0 [2021-10-15] +# 0.31.0-rc.1 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/protocols/ping/Cargo.toml b/protocols/ping/Cargo.toml index 24924c48217..93b0bdf9c39 100644 --- a/protocols/ping/Cargo.toml +++ b/protocols/ping/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p-ping" edition = "2018" description = "Ping protocol for libp2p" -version = "0.31.0" +version = "0.31.0-rc.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" @@ -11,8 +11,8 @@ categories = ["network-programming", "asynchronous"] [dependencies] futures = "0.3.1" -libp2p-core = { version = "0.30.0", path = "../../core", default-features = false } -libp2p-swarm = { version = "0.31.0", path = "../../swarm" } +libp2p-core = { version = "0.30.0-rc.1", path = "../../core", default-features = false } +libp2p-swarm = { version = "0.31.0-rc.1", path = "../../swarm" } log = "0.4.1" rand = "0.7.2" void = "1.0" diff --git a/protocols/relay/CHANGELOG.md b/protocols/relay/CHANGELOG.md index 4735d94792d..fc50ca28e64 100644 --- a/protocols/relay/CHANGELOG.md +++ b/protocols/relay/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.4.0 [2021-10-15] +# 0.4.0-rc.1 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/protocols/relay/Cargo.toml b/protocols/relay/Cargo.toml index e94519182b3..d46661d773a 100644 --- a/protocols/relay/Cargo.toml +++ b/protocols/relay/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p-relay" edition = "2018" description = "Communications relaying for libp2p" -version = "0.4.0" +version = "0.4.0-rc.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" @@ -14,8 +14,8 @@ asynchronous-codec = "0.6" bytes = "1" futures = "0.3.1" futures-timer = "3" -libp2p-core = { version = "0.30.0", path = "../../core", default-features = false } -libp2p-swarm = { version = "0.31.0", path = "../../swarm" } +libp2p-core = { version = "0.30.0-rc.1", path = "../../core", default-features = false } +libp2p-swarm = { version = "0.31.0-rc.1", path = "../../swarm" } log = "0.4" pin-project = "1" prost = "0.9" diff --git a/protocols/rendezvous/CHANGELOG.md b/protocols/rendezvous/CHANGELOG.md index c9930a83b88..8e127776e13 100644 --- a/protocols/rendezvous/CHANGELOG.md +++ b/protocols/rendezvous/CHANGELOG.md @@ -1,3 +1,3 @@ -# 0.1.0 [2021-10-15] +# 0.1.0-rc.1 [2021-10-15] - Initial release. diff --git a/protocols/rendezvous/Cargo.toml b/protocols/rendezvous/Cargo.toml index 9f9d084f780..8396b2f65f8 100644 --- a/protocols/rendezvous/Cargo.toml +++ b/protocols/rendezvous/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p-rendezvous" edition = "2018" description = "Rendezvous protocol for libp2p" -version = "0.1.0" +version = "0.1.0-rc.1" authors = ["The COMIT guys "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" @@ -11,8 +11,8 @@ categories = ["network-programming", "asynchronous"] [dependencies] asynchronous-codec = "0.6" -libp2p-core = { version = "0.30.0", path = "../../core", default-features = false } -libp2p-swarm = { version = "0.31.0", path = "../../swarm" } +libp2p-core = { version = "0.30.0-rc.1", path = "../../core", default-features = false } +libp2p-swarm = { version = "0.31.0-rc.1", path = "../../swarm" } prost = "0.9" void = "1" log = "0.4" diff --git a/protocols/request-response/CHANGELOG.md b/protocols/request-response/CHANGELOG.md index 606207b0efa..a4620fc9a58 100644 --- a/protocols/request-response/CHANGELOG.md +++ b/protocols/request-response/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.13.0 [2021-10-15] +# 0.13.0-rc.1 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/protocols/request-response/Cargo.toml b/protocols/request-response/Cargo.toml index db6d2162490..87d581490f0 100644 --- a/protocols/request-response/Cargo.toml +++ b/protocols/request-response/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p-request-response" edition = "2018" description = "Generic Request/Response Protocols" -version = "0.13.0" +version = "0.13.0-rc.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" @@ -13,8 +13,8 @@ categories = ["network-programming", "asynchronous"] async-trait = "0.1" bytes = "1" futures = "0.3.1" -libp2p-core = { version = "0.30.0", path = "../../core", default-features = false } -libp2p-swarm = { version = "0.31.0", path = "../../swarm" } +libp2p-core = { version = "0.30.0-rc.1", path = "../../core", default-features = false } +libp2p-swarm = { version = "0.31.0-rc.1", path = "../../swarm" } log = "0.4.11" lru = "0.7" rand = "0.7" diff --git a/swarm-derive/CHANGELOG.md b/swarm-derive/CHANGELOG.md index af97ba7253e..58c2096dbb7 100644 --- a/swarm-derive/CHANGELOG.md +++ b/swarm-derive/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.25.0 [2021-10-15] +# 0.25.0-rc.1 [2021-10-15] - Update to latest `libp2p-swarm` changes (see [PR 2191]). diff --git a/swarm-derive/Cargo.toml b/swarm-derive/Cargo.toml index 2da7fc8a34b..6d9387eb068 100644 --- a/swarm-derive/Cargo.toml +++ b/swarm-derive/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p-swarm-derive" edition = "2018" description = "Procedural macros of libp2p-core" -version = "0.25.0" +version = "0.25.0-rc.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" diff --git a/swarm/CHANGELOG.md b/swarm/CHANGELOG.md index 03c9de532e9..bf67f53d91c 100644 --- a/swarm/CHANGELOG.md +++ b/swarm/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.31.0 [2021-10-15] +# 0.31.0-rc.1 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/swarm/Cargo.toml b/swarm/Cargo.toml index b8e5d77a242..1e4dc7f396f 100644 --- a/swarm/Cargo.toml +++ b/swarm/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p-swarm" edition = "2018" description = "The libp2p swarm" -version = "0.31.0" +version = "0.31.0-rc.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] either = "1.6.0" futures = "0.3.1" -libp2p-core = { version = "0.30.0", path = "../core", default-features = false } +libp2p-core = { version = "0.30.0-rc.1", path = "../core", default-features = false } log = "0.4" rand = "0.7" smallvec = "1.6.1" diff --git a/transports/deflate/CHANGELOG.md b/transports/deflate/CHANGELOG.md index 2684b31f88a..58faa3c59eb 100644 --- a/transports/deflate/CHANGELOG.md +++ b/transports/deflate/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.30.0 [2021-10-15] +# 0.30.0-rc.1 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/transports/deflate/Cargo.toml b/transports/deflate/Cargo.toml index 3ce579f0dea..0e966fad25b 100644 --- a/transports/deflate/Cargo.toml +++ b/transports/deflate/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p-deflate" edition = "2018" description = "Deflate encryption protocol for libp2p" -version = "0.30.0" +version = "0.30.0-rc.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" @@ -11,7 +11,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] futures = "0.3.1" -libp2p-core = { version = "0.30.0", path = "../../core", default-features = false } +libp2p-core = { version = "0.30.0-rc.1", path = "../../core", default-features = false } flate2 = "1.0" [dev-dependencies] diff --git a/transports/dns/CHANGELOG.md b/transports/dns/CHANGELOG.md index b82dbf4ce9b..a1ec630831c 100644 --- a/transports/dns/CHANGELOG.md +++ b/transports/dns/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.30.0 [2021-10-15] +# 0.30.0-rc.1 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/transports/dns/Cargo.toml b/transports/dns/Cargo.toml index 51c9a8fadd1..13f50d705a2 100644 --- a/transports/dns/Cargo.toml +++ b/transports/dns/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p-dns" edition = "2018" description = "DNS transport implementation for libp2p" -version = "0.30.0" +version = "0.30.0-rc.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" @@ -10,7 +10,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"] categories = ["network-programming", "asynchronous"] [dependencies] -libp2p-core = { version = "0.30.0", path = "../../core", default-features = false } +libp2p-core = { version = "0.30.0-rc.1", path = "../../core", default-features = false } log = "0.4.1" futures = "0.3.1" trust-dns-resolver = { version = "0.20", default-features = false, features = ["system-config"] } diff --git a/transports/noise/CHANGELOG.md b/transports/noise/CHANGELOG.md index 844e1ceaf16..8f6327114cd 100644 --- a/transports/noise/CHANGELOG.md +++ b/transports/noise/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.33.0 [2021-10-15] +# 0.33.0-rc.1 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/transports/noise/Cargo.toml b/transports/noise/Cargo.toml index 680902427d2..f1f17c5ccca 100644 --- a/transports/noise/Cargo.toml +++ b/transports/noise/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libp2p-noise" description = "Cryptographic handshake protocol using the noise framework." -version = "0.33.0" +version = "0.33.0-rc.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" @@ -12,7 +12,7 @@ bytes = "1" curve25519-dalek = "3.0.0" futures = "0.3.1" lazy_static = "1.2" -libp2p-core = { version = "0.30.0", path = "../../core", default-features = false } +libp2p-core = { version = "0.30.0-rc.1", path = "../../core", default-features = false } log = "0.4" prost = "0.9" rand = "0.8.3" diff --git a/transports/plaintext/CHANGELOG.md b/transports/plaintext/CHANGELOG.md index c535c4293f4..d163633f9dd 100644 --- a/transports/plaintext/CHANGELOG.md +++ b/transports/plaintext/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.30.0 [2021-10-15] +# 0.30.0-rc.1 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/transports/plaintext/Cargo.toml b/transports/plaintext/Cargo.toml index f09c60b607c..f3afb9e3624 100644 --- a/transports/plaintext/Cargo.toml +++ b/transports/plaintext/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p-plaintext" edition = "2018" description = "Plaintext encryption dummy protocol for libp2p" -version = "0.30.0" +version = "0.30.0-rc.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"] bytes = "1" futures = "0.3.1" asynchronous-codec = "0.6" -libp2p-core = { version = "0.30.0", path = "../../core", default-features = false } +libp2p-core = { version = "0.30.0-rc.1", path = "../../core", default-features = false } log = "0.4.8" prost = "0.9" unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] } diff --git a/transports/pnet/CHANGELOG.md b/transports/pnet/CHANGELOG.md index 2a13d628fec..3e34debed16 100644 --- a/transports/pnet/CHANGELOG.md +++ b/transports/pnet/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.22.0 [2021-10-15] +# 0.22.0-rc.1 [2021-10-15] - Update dependencies. diff --git a/transports/pnet/Cargo.toml b/transports/pnet/Cargo.toml index 7b354c1e853..3191ae48e59 100644 --- a/transports/pnet/Cargo.toml +++ b/transports/pnet/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p-pnet" edition = "2018" description = "Private swarm support for libp2p" -version = "0.22.0" +version = "0.22.0-rc.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" diff --git a/transports/tcp/CHANGELOG.md b/transports/tcp/CHANGELOG.md index 5ec68c45dbb..26e30a9969b 100644 --- a/transports/tcp/CHANGELOG.md +++ b/transports/tcp/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.30.0 [2021-10-15] +# 0.30.0-rc.1 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/transports/tcp/Cargo.toml b/transports/tcp/Cargo.toml index 7e56026a628..ed457096763 100644 --- a/transports/tcp/Cargo.toml +++ b/transports/tcp/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p-tcp" edition = "2018" description = "TCP/IP transport protocol for libp2p" -version = "0.30.0" +version = "0.30.0-rc.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" @@ -17,7 +17,7 @@ if-watch = { version = "0.2.0", optional = true } if-addrs = { version = "0.6.4", optional = true } ipnet = "2.0.0" libc = "0.2.80" -libp2p-core = { version = "0.30.0", path = "../../core", default-features = false } +libp2p-core = { version = "0.30.0-rc.1", path = "../../core", default-features = false } log = "0.4.11" socket2 = { version = "0.4.0", features = ["all"] } tokio-crate = { package = "tokio", version = "1.0.1", default-features = false, features = ["net"], optional = true } diff --git a/transports/uds/CHANGELOG.md b/transports/uds/CHANGELOG.md index ecf3f479101..dee2eef5595 100644 --- a/transports/uds/CHANGELOG.md +++ b/transports/uds/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.30.0 [2021-10-15] +# 0.30.0-rc.1 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/transports/uds/Cargo.toml b/transports/uds/Cargo.toml index 84aca6450a1..402aa6432cf 100644 --- a/transports/uds/Cargo.toml +++ b/transports/uds/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p-uds" edition = "2018" description = "Unix domain sockets transport for libp2p" -version = "0.30.0" +version = "0.30.0-rc.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" @@ -11,7 +11,7 @@ categories = ["network-programming", "asynchronous"] [target.'cfg(all(unix, not(target_os = "emscripten")))'.dependencies] async-std = { version = "1.6.2", optional = true } -libp2p-core = { version = "0.30.0", path = "../../core", default-features = false } +libp2p-core = { version = "0.30.0-rc.1", path = "../../core", default-features = false } log = "0.4.1" futures = "0.3.1" tokio = { version = "1.0.1", default-features = false, features = ["net"], optional = true } diff --git a/transports/wasm-ext/CHANGELOG.md b/transports/wasm-ext/CHANGELOG.md index 4dbf084ebf1..29b062adf20 100644 --- a/transports/wasm-ext/CHANGELOG.md +++ b/transports/wasm-ext/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.30.0 [2021-10-15] +# 0.30.0-rc.1 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/transports/wasm-ext/Cargo.toml b/transports/wasm-ext/Cargo.toml index d5d0139ba03..5b2ad32a04a 100644 --- a/transports/wasm-ext/Cargo.toml +++ b/transports/wasm-ext/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libp2p-wasm-ext" -version = "0.30.0" +version = "0.30.0-rc.1" authors = ["Pierre Krieger "] edition = "2018" description = "Allows passing in an external transport in a WASM environment" @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] futures = "0.3.1" js-sys = "0.3.50" -libp2p-core = { version = "0.30.0", path = "../../core", default-features = false } +libp2p-core = { version = "0.30.0-rc.1", path = "../../core", default-features = false } parity-send-wrapper = "0.1.0" wasm-bindgen = "0.2.42" wasm-bindgen-futures = "0.4.4" diff --git a/transports/websocket/CHANGELOG.md b/transports/websocket/CHANGELOG.md index e29459006d4..37d40248370 100644 --- a/transports/websocket/CHANGELOG.md +++ b/transports/websocket/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.31.0 [2021-10-15] +# 0.31.0-rc.1 [2021-10-15] - Make default features of `libp2p-core` optional. [PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181) diff --git a/transports/websocket/Cargo.toml b/transports/websocket/Cargo.toml index d0663746d08..b4a11d3934e 100644 --- a/transports/websocket/Cargo.toml +++ b/transports/websocket/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p-websocket" edition = "2018" description = "WebSocket transport for libp2p" -version = "0.31.0" +version = "0.31.0-rc.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"] futures-rustls = "0.21" either = "1.5.3" futures = "0.3.1" -libp2p-core = { version = "0.30.0", path = "../../core", default-features = false } +libp2p-core = { version = "0.30.0-rc.1", path = "../../core", default-features = false } log = "0.4.8" quicksink = "0.1" rw-stream-sink = "0.2.0"