Skip to content

Commit

Permalink
chore: prepare v0.51.3
Browse files Browse the repository at this point in the history
Pull-Request: #3779.
  • Loading branch information
mxinden committed Apr 12, 2023
1 parent af63130 commit 3c5940a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libp2p/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.51.3 - unreleased
## 0.51.3

- Deprecate the `mplex` feature.
The recommended baseline stream multiplexer is `yamux`.
Expand Down
2 changes: 1 addition & 1 deletion protocols/autonat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.10.2 - unreleased
## 0.10.2

- Store server `PeerId`s in `HashSet` to avoid duplicates and lower memory consumption.
See [PR 3736].
Expand Down
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.3 - unreleased
## 0.44.3

- Fix erroneously duplicate message IDs. See [PR 3716].

Expand Down
2 changes: 1 addition & 1 deletion protocols/kad/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.43.2 - unreleased
## 0.43.2

- Export pub enum `RoutingUpdate`. See [PR 3739].
- Deprecate `handler`, `kbucket`, `protocol`, `record` modules to make them private. See [PR 3738].
Expand Down
2 changes: 1 addition & 1 deletion protocols/relay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.15.2 - unreleased
## 0.15.2

- Send correct `PeerId` in outbound STOP message to client.
See [PR 3767].
Expand Down

0 comments on commit 3c5940a

Please sign in to comment.