Skip to content

Commit

Permalink
chore: prepare libp2p v0.51.2
Browse files Browse the repository at this point in the history
Depends-On: #3693.

Pull-Request: #3694.
  • Loading branch information
mxinden committed Mar 29, 2023
1 parent bd04591 commit 486ac8b
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions libp2p/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.52.2 - unreleased
# 0.52.2

- Introduce `libp2p::connection_limits` module.
See [PR 3386].
Expand All @@ -12,12 +12,12 @@
See [PR 3590].

- Introduce `libp2p::perf` module.
See [PR XXX].
See [PR 3693].

[PR 3386]: https://github.com/libp2p/rust-libp2p/pull/3386
[PR 3580]: https://github.com/libp2p/rust-libp2p/pull/3580
[PR 3590]: https://github.com/libp2p/rust-libp2p/pull/3590
[PR XXX]: https://github.com/libp2p/rust-libp2p/pull/XXX
[PR 3693]: https://github.com/libp2p/rust-libp2p/pull/3693

# 0.51.1

Expand Down
2 changes: 1 addition & 1 deletion misc/allow-block-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 0.1.0 - unreleased
# 0.1.0

- Initial release.
2 changes: 1 addition & 1 deletion misc/connection-limits/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 0.1.0 - unreleased
# 0.1.0

- Initial release.
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.2 - unreleased
# 0.44.2

- Signed messages now use sequential integers in the sequence number field.
See [PR 3551].
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.1 [unreleased]
# 0.43.1

- Derive `Clone` for `mdns::Event`. See [PR 3606].

Expand Down
2 changes: 1 addition & 1 deletion protocols/mdns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "libp2p-mdns"
edition = "2021"
rust-version = "1.62.0"
version = "0.43.0"
version = "0.43.1"
description = "Implementation of the libp2p mDNS discovery method"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion protocols/perf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 0.1.0 - unreleased
# 0.1.0

- Initial release.
2 changes: 1 addition & 1 deletion swarm-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 0.1.0 - unreleased
# 0.1.0

- Initial release.
6 changes: 3 additions & 3 deletions swarm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.42.1 - unreleased
# 0.42.1

- Deprecate `ConnectionLimits` in favor of `libp2p::connection_limits`.
See [PR 3386].
Expand All @@ -12,12 +12,12 @@
- Rename `NetworkBehaviourAction` to `ToSwarm`.
A deprecated type-alias is provided to ease the transition.
The new name is meant to better indicate the message-passing relationship between `Swarm` and `NetworkBehaviour`.
See [PR XXXX].
See [PR 3658].

[PR 3386]: https://github.com/libp2p/rust-libp2p/pull/3386
[PR 3652]: https://github.com/libp2p/rust-libp2p/pull/3652
[PR 3590]: https://github.com/libp2p/rust-libp2p/pull/3590
[PR XXXX]: https://github.com/libp2p/rust-libp2p/pull/XXXX
[PR 3658]: https://github.com/libp2p/rust-libp2p/pull/3658

# 0.42.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.4 - unreleased
# 0.4.0-alpha.4

- Make `Fingerprint` type public. See [PR 3648].

Expand Down

0 comments on commit 486ac8b

Please sign in to comment.