Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: Prepare v0.40.0-rc.1 release #2290

Merged
merged 2 commits into from Oct 15, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -42,7 +42,7 @@

# `libp2p` facade crate

## Version 0.40.0 [unreleased]
## Version 0.40.0-rc.1 [2021-10-15]

- Update individual crates.
- `libp2p-core`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "libp2p"
edition = "2018"
description = "Peer-to-peer networking library"
version = "0.40.0"
version = "0.40.0-rc.1"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
Expand Down
2 changes: 1 addition & 1 deletion core/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.30.0 [unreleased]
# 0.30.0 [2021-10-15]

- Add `ConnectionLimit::with_max_established` (see [PR 2137]).

Expand Down
2 changes: 1 addition & 1 deletion misc/metrics/CHANGELOG.md
@@ -1,3 +1,3 @@
## Version 0.1.0 [unreleased]
## Version 0.1.0 [2021-10-15]

- Add initial version.
2 changes: 1 addition & 1 deletion misc/multistream-select/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.10.4 [unreleased]
# 0.10.4 [2021-10-15]

- Implement `From<io::Error> for ProtocolError` instead of `Into`.
[PR 2169](https://github.com/libp2p/rust-libp2p/pull/2169)
Expand Down
2 changes: 1 addition & 1 deletion muxers/mplex/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.30.0 [unreleased]
# 0.30.0 [2021-10-15]

- Make default features of `libp2p-core` optional.
[PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181)
Expand Down
2 changes: 1 addition & 1 deletion muxers/yamux/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.34.0 [unreleased]
# 0.34.0 [2021-10-15]

- Make default features of `libp2p-core` optional.
[PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181)
Expand Down
2 changes: 1 addition & 1 deletion protocols/floodsub/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.31.0 [unreleased]
# 0.31.0 [2021-10-15]

- Make default features of `libp2p-core` optional.
[PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181)
Expand Down
2 changes: 1 addition & 1 deletion protocols/gossipsub/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.33.0 [unreleased]
# 0.33.0 [2021-10-15]

- Add an event to register peers that do not support the gossipsub protocol
[PR 2241](https://github.com/libp2p/rust-libp2p/pull/2241)
Expand Down
2 changes: 1 addition & 1 deletion protocols/identify/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.31.0 [unreleased]
# 0.31.0 [2021-10-15]

- Make default features of `libp2p-core` optional.
[PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181)
Expand Down
2 changes: 1 addition & 1 deletion protocols/kad/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.32.0 [unreleased]
# 0.32.0 [2021-10-15]

- Make default features of `libp2p-core` optional.
[PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181)
Expand Down
2 changes: 1 addition & 1 deletion protocols/mdns/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.32.0 [unreleased]
# 0.32.0 [2021-10-15]

- Make default features of `libp2p-core` optional.
[PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181)
Expand Down
2 changes: 1 addition & 1 deletion protocols/ping/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.31.0 [unreleased]
# 0.31.0 [2021-10-15]

- Make default features of `libp2p-core` optional.
[PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181)
Expand Down
2 changes: 1 addition & 1 deletion protocols/relay/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.4.0 [unreleased]
# 0.4.0 [2021-10-15]

- Make default features of `libp2p-core` optional.
[PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181)
Expand Down
2 changes: 1 addition & 1 deletion protocols/rendezvous/CHANGELOG.md
@@ -1,3 +1,3 @@
# 0.1.0 [unreleased]
# 0.1.0 [2021-10-15]

- Initial release.
2 changes: 1 addition & 1 deletion protocols/request-response/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.13.0 [unreleased]
# 0.13.0 [2021-10-15]

- Make default features of `libp2p-core` optional.
[PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181)
Expand Down
2 changes: 1 addition & 1 deletion swarm-derive/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2021-10-15]

- Update to latest `libp2p-swarm` changes (see [PR 2191]).

Expand Down
2 changes: 1 addition & 1 deletion swarm/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.31.0 [unreleased]
# 0.31.0 [2021-10-15]

- Make default features of `libp2p-core` optional.
[PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181)
Expand Down
2 changes: 1 addition & 1 deletion transports/deflate/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.30.0 [unreleased]
# 0.30.0 [2021-10-15]

- Make default features of `libp2p-core` optional.
[PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181)
Expand Down
2 changes: 1 addition & 1 deletion transports/dns/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.30.0 [unreleased]
# 0.30.0 [2021-10-15]

- Make default features of `libp2p-core` optional.
[PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181)
Expand Down
2 changes: 1 addition & 1 deletion transports/noise/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.33.0 [unreleased]
# 0.33.0 [2021-10-15]

- Make default features of `libp2p-core` optional.
[PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181)
Expand Down
2 changes: 1 addition & 1 deletion transports/plaintext/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.30.0 [unreleased]
# 0.30.0 [2021-10-15]

- Make default features of `libp2p-core` optional.
[PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181)
Expand Down
2 changes: 1 addition & 1 deletion transports/pnet/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.22.0 [unreleased]
# 0.22.0 [2021-10-15]

- Update dependencies.

Expand Down
2 changes: 1 addition & 1 deletion transports/tcp/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.30.0 [unreleased]
# 0.30.0 [2021-10-15]

- Make default features of `libp2p-core` optional.
[PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181)
Expand Down
2 changes: 1 addition & 1 deletion transports/uds/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.30.0 [unreleased]
# 0.30.0 [2021-10-15]

- Make default features of `libp2p-core` optional.
[PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181)
Expand Down
2 changes: 1 addition & 1 deletion transports/wasm-ext/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.30.0 [unreleased]
# 0.30.0 [2021-10-15]

- Make default features of `libp2p-core` optional.
[PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181)
Expand Down
2 changes: 1 addition & 1 deletion transports/websocket/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.31.0 [unreleased]
# 0.31.0 [2021-10-15]

- Make default features of `libp2p-core` optional.
[PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181)
Expand Down