Skip to content

Commit 2d9ae38

Browse files
authored
chore: prepare patch releases on top of v0.51.3
Note that this does not release v0.51.4, i.e. there is no patch release of the meta crate `libp2p`. Pull-Request: #3854.
1 parent b1cdf8d commit 2d9ae38

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

core/CHANGELOG.md

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

33
- Deprecate `upgrade::from_fn` without replacement as it is not used within `rust-libp2p`.
44
If you depend on it, we suggest you vendor it.

identity/CHANGELOG.md

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

33
- Add `impl From<ed25519::PublicKey> for PublicKey` so that `PublicKey::from(ed25519::PublicKey)` works.
44
See [PR 3805].

misc/allow-block-list/CHANGELOG.md

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

33
- Correctly unblock and disallow peer in `unblock_peer` and `disallow_peer` functions.
44
See [PR 3789].

muxers/yamux/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
- Drop `Yamux` prefix from all types.
44
Users are encouraged to import the `yamux` module and refer to types via `yamux::Muxer`, `yamux::Config` etc.

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.4 - unreleased
1+
## 0.44.4
22

33
- Deprecate `metrics`, `protocol`, `subscription_filter`, `time_cache` modules to make them private. See [PR 3777].
44
- Honor the `gossipsub::Config::support_floodsub` in all cases.

protocols/identify/CHANGELOG.md

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

33
- Do not implicitly dial a peer upon `identify::Behaviour::push`.
44
Previously, we would dial each peer in the provided list.

protocols/kad/CHANGELOG.md

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

33
- Preserve existing `KeepAlive::Until` timeout instead of continuously setting new `KeepAlive::Until(Instant::now() + self.config.idle_timeout)`.
44
See [PR 3801].

protocols/request-response/CHANGELOG.md

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

33
- Deprecate `handler`, `codec` modules to make them private. See [PR 3847].
44

swarm/CHANGELOG.md

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

33
- Add `ConnectionEvent::{is_outbound,is_inbound}`. See [PR 3625].
44

transports/noise/CHANGELOG.md

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

33
- Deprecate all noise handshakes apart from XX.
44
This deprecates `NoiseConfig` and `NoiseAuthenticated` in favor of a new `libp2p_noise::Config` struct.

0 commit comments

Comments
 (0)