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.
This commit is contained in:
Max Inden
2023-05-01 04:56:32 +02:00
committed by GitHub
parent b1cdf8d4bb
commit 2d9ae3800f
10 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
## 0.42.2 - unreleased
## 0.42.2
- Do not implicitly dial a peer upon `identify::Behaviour::push`.
Previously, we would dial each peer in the provided list.