Skip to content

Commit 486ac8b

Browse files
authored
chore: prepare libp2p v0.51.2
Depends-On: #3693. Pull-Request: #3694.
1 parent bd04591 commit 486ac8b

File tree

11 files changed

+15
-15
lines changed

11 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libp2p/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.52.2 - unreleased
1+
# 0.52.2
22

33
- Introduce `libp2p::connection_limits` module.
44
See [PR 3386].
@@ -12,12 +12,12 @@
1212
See [PR 3590].
1313

1414
- Introduce `libp2p::perf` module.
15-
See [PR XXX].
15+
See [PR 3693].
1616

1717
[PR 3386]: https://github.com/libp2p/rust-libp2p/pull/3386
1818
[PR 3580]: https://github.com/libp2p/rust-libp2p/pull/3580
1919
[PR 3590]: https://github.com/libp2p/rust-libp2p/pull/3590
20-
[PR XXX]: https://github.com/libp2p/rust-libp2p/pull/XXX
20+
[PR 3693]: https://github.com/libp2p/rust-libp2p/pull/3693
2121

2222
# 0.51.1
2323

misc/allow-block-list/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# 0.1.0 - unreleased
1+
# 0.1.0
22

33
- Initial release.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# 0.1.0 - unreleased
1+
# 0.1.0
22

33
- Initial release.

protocols/gossipsub/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.44.2 - unreleased
1+
# 0.44.2
22

33
- Signed messages now use sequential integers in the sequence number field.
44
See [PR 3551].

protocols/mdns/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.43.1 [unreleased]
1+
# 0.43.1
22

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

protocols/mdns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "libp2p-mdns"
33
edition = "2021"
44
rust-version = "1.62.0"
5-
version = "0.43.0"
5+
version = "0.43.1"
66
description = "Implementation of the libp2p mDNS discovery method"
77
authors = ["Parity Technologies <[email protected]>"]
88
license = "MIT"

protocols/perf/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# 0.1.0 - unreleased
1+
# 0.1.0
22

33
- Initial release.

swarm-test/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# 0.1.0 - unreleased
1+
# 0.1.0
22

33
- Initial release.

swarm/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.42.1 - unreleased
1+
# 0.42.1
22

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

1717
[PR 3386]: https://github.com/libp2p/rust-libp2p/pull/3386
1818
[PR 3652]: https://github.com/libp2p/rust-libp2p/pull/3652
1919
[PR 3590]: https://github.com/libp2p/rust-libp2p/pull/3590
20-
[PR XXXX]: https://github.com/libp2p/rust-libp2p/pull/XXXX
20+
[PR 3658]: https://github.com/libp2p/rust-libp2p/pull/3658
2121

2222
# 0.42.0
2323

0 commit comments

Comments
 (0)