Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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 Cargo.lock

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

2 changes: 1 addition & 1 deletion 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 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 <[email protected]>"]
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