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

docs: prepare v0.51.0 #3491

Merged
merged 2 commits into from
Feb 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

# `libp2p` facade crate

# 0.51.0 [unreleased]
# 0.51.0

- Enable `NetworkBehaviour`s to manage connections.
This deprecates `NetworkBehaviour::new_handler` and `NetworkBehaviour::addresses_of_peer`.
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.39.0 [unreleased]
# 0.39.0

- Move `ConnectionId` to `libp2p-swarm`. See [PR 3221].
- Move `PendingPoint` to `libp2p-swarm` and make it crate-private. See [PR 3221].
Expand Down
2 changes: 1 addition & 1 deletion misc/metrics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.12.0 [unreleased]
# 0.12.0

- Update to `prometheus-client` `v0.19.0`. See [PR 3207].

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.12.1 [Unreleased]
# 0.12.1

- Update `rust-version` to reflect the actual MSRV: 1.60.0. See [PR 3090].

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.39.0 [unreleased]
# 0.39.0

- Update to `libp2p-core` `v0.39.0`.

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.43.0 [unreleased]
# 0.43.0

- Update to `libp2p-core` `v0.39.0`.

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

- Update to `libp2p-core` `v0.39.0`.

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

- Update to `libp2p-core` `v0.39.0`.

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.42.0 [unreleased]
# 0.42.0

- Update to `libp2p-core` `v0.39.0`.

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.44.0 [unreleased]
# 0.44.0

- Update to `prometheus-client` `v0.19.0`. See [PR 3207].

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.42.0 [unreleased]
# 0.42.0

- Update to `libp2p-core` `v0.39.0`.

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.43.0 [unreleased]
# 0.43.0

- Update to `libp2p-core` `v0.39.0`.

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.43.0 [unreleased]
# 0.43.0

- Update to `libp2p-core` `v0.39.0`.

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.42.0 [unreleased]
# 0.42.0

- Update to `libp2p-core` `v0.39.0`.

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

- Rename types as per [discussion 2174].
`Relay` has been renamed to `Behaviour`.
Expand Down
2 changes: 1 addition & 1 deletion protocols/rendezvous/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.12.0 [unreleased]
# 0.12.0

- Update to `libp2p-core` `v0.39.0`.

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.24.0 [unreleased]
# 0.24.0

- Update to `libp2p-core` `v0.39.0`.

Expand Down
3 changes: 1 addition & 2 deletions swarm-derive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.32.0 [unreleased]
# 0.32.0

- Fix `NetworkBehaviour` Derive macro for generic types when `out_event` was not provided. Previously the enum generated
didn't have the `NetworkBehaviour` impl constraints whilst using the generics for `<Generic>::OutEvent`.
Expand Down Expand Up @@ -128,4 +128,3 @@ ambiguity. [PR 1681](https://github.com/libp2p/rust-libp2p/pull/1681).
mechanism through `#[behaviour(event_process = false)]`. This is
useful if users want to process all events while polling the
swarm through `SwarmEvent::Behaviour`.

2 changes: 1 addition & 1 deletion swarm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.42.0 [unreleased]
# 0.42.0

- Allow `NetworkBehaviour`s to manage connections.
We deprecate `NetworkBehaviour::new_handler` and `NetworkBehaviour::addresses_of_peer` in favor of four new callbacks:
Expand Down
2 changes: 1 addition & 1 deletion transports/deflate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.39.0 [unreleased]
# 0.39.0

- Update to `libp2p-core` `v0.39.0`.

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.39.0 [unreleased]
# 0.39.0

- Update to `libp2p-core` `v0.39.0`.

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

- Update to `libp2p-core` `v0.39.0`.

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

- Update to `libp2p-core` `v0.39.0`.

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

- Update `rust-version` to reflect the actual MSRV: 1.60.0. See [PR 3090].

Expand Down
2 changes: 1 addition & 1 deletion transports/quic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.7.0-alpha.2 [unreleased]
# 0.7.0-alpha.2

- Update to `libp2p-tls` `v0.2.0`.

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.39.0 [unreleased]
# 0.39.0

- Update to `libp2p-core` `v0.39.0`.
- Fix a bug where we removed any other listener in `Transport::remove_listener` except for the one with the provided `ListenerId`. See [PR 3387].
Expand Down
2 changes: 1 addition & 1 deletion transports/tls/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.1.0-alpha.2 [unreleased]
# 0.1.0-alpha.2

- Update to `libp2p-core` `v0.39.0`.

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.39.0 [unreleased]
# 0.39.0

- Update to `libp2p-core` `v0.39.0`.

Expand Down
2 changes: 1 addition & 1 deletion transports/webrtc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.4.0-alpha.2 [unreleased]
# 0.4.0-alpha.2

- Update to `libp2p-noise` `v0.42.0`.

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.41.0 [unreleased]
# 0.41.0

- Update to `libp2p-core` `v0.39.0`.

Expand Down