Skip to content

Commit 49e5b69

Browse files
committed
chore: Remove "unreleased" from changelogs
1 parent 4897b2e commit 49e5b69

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

libp2p/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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].

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/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

transports/webrtc/CHANGELOG.md

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

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

0 commit comments

Comments
 (0)