Skip to content

Commit

Permalink
Prepare release of libp2p-v0.31 and all unreleased sub-crates. (#1857)
Browse files Browse the repository at this point in the history
* Prepare v0.31

* Update core-derive

* Update minimum multiaddr patch version in libp2p crate.
  • Loading branch information
romanb committed Nov 25, 2020
1 parent 83e87f7 commit bc102bc
Show file tree
Hide file tree
Showing 25 changed files with 29 additions and 25 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down
4 changes: 4 additions & 0 deletions misc/core-derive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion misc/core-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion misc/multistream-select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion muxers/mplex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]

- Update `libp2p-core`.

Expand Down
2 changes: 1 addition & 1 deletion muxers/yamux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.28.0 [unreleased]
# 0.28.0 [2020-11-25]

- Update `libp2p-core`.

Expand Down
2 changes: 1 addition & 1 deletion protocols/deflate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]

- Update `libp2p-core`.

Expand Down
2 changes: 1 addition & 1 deletion protocols/floodsub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]

- Update `libp2p-swarm` and `libp2p-core`.

Expand Down
2 changes: 1 addition & 1 deletion protocols/gossipsub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]

- Update `libp2p-swarm` and `libp2p-core`.

Expand Down
2 changes: 1 addition & 1 deletion protocols/identify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]

- Update `libp2p-swarm` and `libp2p-core`.

Expand Down
2 changes: 1 addition & 1 deletion protocols/kad/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.26.0 [unreleased]
# 0.26.0 [2020-11-25]

- Update `libp2p-core` and `libp2p-swarm`.

Expand Down
2 changes: 1 addition & 1 deletion protocols/mdns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]

- Update `libp2p-swarm` and `libp2p-core`.

Expand Down
2 changes: 1 addition & 1 deletion protocols/noise/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.27.0 [unreleased]
# 0.27.0 [2020-11-25]

- Update `libp2p-core`.

Expand Down
2 changes: 1 addition & 1 deletion protocols/ping/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]

- Update `libp2p-swarm` and `libp2p-core`.

Expand Down
2 changes: 1 addition & 1 deletion protocols/plaintext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]

- Update `libp2p-core`.

Expand Down
2 changes: 1 addition & 1 deletion protocols/request-response/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.6.0 [unreleased]
# 0.6.0 [2020-11-25]

- Update `libp2p-swarm` and `libp2p-core`.

Expand Down
2 changes: 1 addition & 1 deletion protocols/secio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]

- Update `libp2p-core`.

Expand Down
2 changes: 1 addition & 1 deletion swarm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion transports/dns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]

- Update `libp2p-core`.

Expand Down
2 changes: 1 addition & 1 deletion transports/tcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]

- Update `libp2p-core`.

Expand Down
2 changes: 1 addition & 1 deletion transports/uds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]

- Update `libp2p-core`.

Expand Down
2 changes: 1 addition & 1 deletion transports/wasm-ext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-25]

- Update `libp2p-core`.

Expand Down
2 changes: 1 addition & 1 deletion transports/websocket/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.26.0 [unreleased]
# 0.26.0 [2020-11-25]

- Update dependencies.

Expand Down

0 comments on commit bc102bc

Please sign in to comment.