Prepare release of libp2p-v0.31 and all unreleased sub-crates. (#1857)

* Prepare v0.31

* Update core-derive

* Update minimum multiaddr patch version in libp2p crate.
This commit is contained in:
Roman Borschel 2020-11-25 15:30:13 +01:00 committed by GitHub
parent 83e87f76c0
commit bc102bc923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
25 changed files with 29 additions and 25 deletions

View File

@ -23,7 +23,7 @@
- [`parity-multiaddr` CHANGELOG](misc/multiaddr/CHANGELOG.md)
- [`libp2p-core-derive` CHANGELOG](misc/core-derive/CHANGELOG.md)
# Version 0.31.0 [unreleased]
# Version 0.31.0 [2020-11-25]
- Update `multistream-select` and all dependent crates.

View File

@ -63,7 +63,7 @@ bytes = "0.5"
futures = "0.3.1"
lazy_static = "1.2"
libp2p-core = { version = "0.25.0", path = "core" }
libp2p-core-derive = { version = "0.20.2", path = "misc/core-derive" }
libp2p-core-derive = { version = "0.21.0", path = "misc/core-derive" }
libp2p-floodsub = { version = "0.25.0", path = "protocols/floodsub", optional = true }
libp2p-gossipsub = { version = "0.25.0", path = "./protocols/gossipsub", optional = true }
libp2p-identify = { version = "0.25.0", path = "protocols/identify", optional = true }
@ -78,7 +78,7 @@ libp2p-swarm = { version = "0.25.0", path = "swarm" }
libp2p-uds = { version = "0.25.0", path = "transports/uds", optional = true }
libp2p-wasm-ext = { version = "0.25.0", path = "transports/wasm-ext", optional = true }
libp2p-yamux = { version = "0.28.0", path = "muxers/yamux", optional = true }
multiaddr = { package = "parity-multiaddr", version = "0.9.4", path = "misc/multiaddr" }
multiaddr = { package = "parity-multiaddr", version = "0.9.6", path = "misc/multiaddr" }
parking_lot = "0.11.0"
pin-project = "1.0.0"
smallvec = "1.0"

View File

@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]
- The `NetworkConfig` API is now a builder that moves `self`.
[PR 1848](https://github.com/libp2p/rust-libp2p/pull/1848/).

View File

@ -1,3 +1,7 @@
# 0.21.0 [2020-11-25]
- Update for compatibility with `libp2p-swarm-0.25`.
# 0.20.2 [2020-07-28]
- Generate fully-qualified method name for `poll` to avoid

View File

@ -2,7 +2,7 @@
name = "libp2p-core-derive"
edition = "2018"
description = "Procedural macros of libp2p-core"
version = "0.20.2"
version = "0.21.0"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"

View File

@ -1,4 +1,4 @@
# 0.9.0 [unreleased]
# 0.9.0 [2020-11-25]
- Make the `V1Lazy` upgrade strategy more interoperable with `V1`. Specifically,
the listener now behaves identically with `V1` and `V1Lazy`. Furthermore, the

View File

@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]
- Update `libp2p-core`.

View File

@ -1,4 +1,4 @@
# 0.28.0 [unreleased]
# 0.28.0 [2020-11-25]
- Update `libp2p-core`.

View File

@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]
- Update `libp2p-core`.

View File

@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]
- Update `libp2p-swarm` and `libp2p-core`.

View File

@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]
- Update `libp2p-swarm` and `libp2p-core`.

View File

@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]
- Update `libp2p-swarm` and `libp2p-core`.

View File

@ -1,4 +1,4 @@
# 0.26.0 [unreleased]
# 0.26.0 [2020-11-25]
- Update `libp2p-core` and `libp2p-swarm`.

View File

@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]
- Update `libp2p-swarm` and `libp2p-core`.

View File

@ -1,4 +1,4 @@
# 0.27.0 [unreleased]
# 0.27.0 [2020-11-25]
- Update `libp2p-core`.

View File

@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]
- Update `libp2p-swarm` and `libp2p-core`.

View File

@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]
- Update `libp2p-core`.

View File

@ -1,4 +1,4 @@
# 0.6.0 [unreleased]
# 0.6.0 [2020-11-25]
- Update `libp2p-swarm` and `libp2p-core`.

View File

@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]
- Update `libp2p-core`.

View File

@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]
- Permit a configuration override for the substream upgrade protocol
to use for all (outbound) substreams.

View File

@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]
- Update `libp2p-core`.

View File

@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]
- Update `libp2p-core`.

View File

@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]
- Update `libp2p-core`.

View File

@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]
- Update `libp2p-core`.

View File

@ -1,4 +1,4 @@
# 0.26.0 [unreleased]
# 0.26.0 [2020-11-25]
- Update dependencies.