From 42441dbd865daaff5ee4c5cb55b52e69a7a35495 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Tue, 13 Apr 2021 20:15:15 +0200 Subject: [PATCH] *: Prepare v0.37.0 release (#2049) --- CHANGELOG.md | 2 +- core/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/request-response/CHANGELOG.md | 2 +- swarm/CHANGELOG.md | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66ca377c6d9..cdfbbc3a6ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,7 +41,7 @@ # `libp2p` facade crate -## Version 0.37.0 [unreleased] +## Version 0.37.0 [2021-04-13] - Update individual crates. - `libp2p-core` diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index f7d93c92bd6..c469754b6a5 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.28.2 [unreleased] +# 0.28.2 [2021-04-13] - Update dependencies. diff --git a/muxers/yamux/CHANGELOG.md b/muxers/yamux/CHANGELOG.md index 8f1d5591aa0..8d73dcf37b8 100644 --- a/muxers/yamux/CHANGELOG.md +++ b/muxers/yamux/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.32.0 [unreleased] +# 0.32.0 [2021-04-13] - Update to `yamux` `v0.9.0` [PR 1960](https://github.com/libp2p/rust-libp2p/pull/1960). diff --git a/protocols/floodsub/CHANGELOG.md b/protocols/floodsub/CHANGELOG.md index 9eb95c70887..691982d4d5a 100644 --- a/protocols/floodsub/CHANGELOG.md +++ b/protocols/floodsub/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.29.0 [unreleased] +# 0.29.0 [2021-04-13] - Update `libp2p-swarm`. diff --git a/protocols/gossipsub/CHANGELOG.md b/protocols/gossipsub/CHANGELOG.md index 5f157b60742..9d9169611ff 100644 --- a/protocols/gossipsub/CHANGELOG.md +++ b/protocols/gossipsub/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.30.0 [unreleased] +# 0.30.0 [2021-04-13] - Update `libp2p-swarm`. diff --git a/protocols/identify/CHANGELOG.md b/protocols/identify/CHANGELOG.md index 9ac05692f5a..ae3c5ba1c19 100644 --- a/protocols/identify/CHANGELOG.md +++ b/protocols/identify/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.29.0 [unreleased] +# 0.29.0 [2021-04-13] - Add support for configurable automatic push to connected peers on listen addr changes. Disabled by default. diff --git a/protocols/kad/CHANGELOG.md b/protocols/kad/CHANGELOG.md index 1a4d7e8c90a..3ebbd9b6405 100644 --- a/protocols/kad/CHANGELOG.md +++ b/protocols/kad/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.30.0 [unreleased] +# 0.30.0 [2021-04-13] - Update `libp2p-swarm`. diff --git a/protocols/mdns/CHANGELOG.md b/protocols/mdns/CHANGELOG.md index 883ab5d7528..fe8b9a6041d 100644 --- a/protocols/mdns/CHANGELOG.md +++ b/protocols/mdns/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.30.0 [unreleased] +# 0.30.0 [2021-04-13] - Derive `Debug` and `Clone` for `MdnsConfig`. diff --git a/protocols/ping/CHANGELOG.md b/protocols/ping/CHANGELOG.md index 5c2841bf4f1..0026d9f6ca3 100644 --- a/protocols/ping/CHANGELOG.md +++ b/protocols/ping/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.29.0 [unreleased] +# 0.29.0 [2021-04-13] - Update `libp2p-swarm`. diff --git a/protocols/relay/CHANGELOG.md b/protocols/relay/CHANGELOG.md index 4aea4bac8be..3f054ca7511 100644 --- a/protocols/relay/CHANGELOG.md +++ b/protocols/relay/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.2.0 [unreleased] +# 0.2.0 [2021-04-13] - Update `libp2p-swarm`. diff --git a/protocols/request-response/CHANGELOG.md b/protocols/request-response/CHANGELOG.md index bbb434316c6..9d70cfebb08 100644 --- a/protocols/request-response/CHANGELOG.md +++ b/protocols/request-response/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.11.0 [unreleased] +# 0.11.0 [2021-04-13] - Update `libp2p-swarm`. - Implement `std::error::Error` for `InboundFailure` and `OutboundFailure` [PR diff --git a/swarm/CHANGELOG.md b/swarm/CHANGELOG.md index db150509fff..daf41304b25 100644 --- a/swarm/CHANGELOG.md +++ b/swarm/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.29.0 [unreleased] +# 0.29.0 [2021-04-13] - Remove `Deref` and `DerefMut` implementations previously dereferencing to the `NetworkBehaviour` on `Swarm`. Instead one can access the `NetworkBehaviour`