From dcfbe4f2cfdc2ccdc7a1cc4e0d486fff0f35cde3 Mon Sep 17 00:00:00 2001 From: "Roman S. Borschel" Date: Wed, 3 Mar 2021 11:04:16 +0100 Subject: [PATCH] Update version and changelog. --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf0b2c77..ab53d41f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,13 @@ # `libp2p` facade crate +## Version 0.36.0 [unreleased] + +- Update libp2p crates. + +- Do not leak default features from libp2p crates. + [PR 1986](https://github.com/libp2p/rust-libp2p/pull/1986). + ## Version 0.35.1 [2021-02-17] - Update `libp2p-yamux` to latest patch version. diff --git a/Cargo.toml b/Cargo.toml index b3915e32..3f108457 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p" edition = "2018" description = "Peer-to-peer networking library" -version = "0.35.1" +version = "0.36.0" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p"