Update version and changelog.

This commit is contained in:
Roman S. Borschel 2021-03-03 11:04:16 +01:00
parent 6eb8b65b85
commit dcfbe4f2cf
2 changed files with 8 additions and 1 deletions

View File

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

View File

@ -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 <admin@parity.io>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"