Skip to content

Commit b21efbf

Browse files
Merge branch 'master' into gossipsub_private
2 parents dfaf60a + 3c5940a commit b21efbf

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.51.3 - unreleased
1+
## 0.51.3
22

33
- Deprecate the `mplex` feature.
44
The recommended baseline stream multiplexer is `yamux`.

protocols/autonat/CHANGELOG.md

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

33
- Store server `PeerId`s in `HashSet` to avoid duplicates and lower memory consumption.
44
See [PR 3736].

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.3 - unreleased
1+
## 0.44.3
22

33
- Fix erroneously duplicate message IDs. See [PR 3716].
44
- Deprecate `metrics`, `protocol`, `subscription_filter`, `time_cache` modules to make them private. See [PR 3777].

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.2 - unreleased
1+
## 0.43.2
22

33
- Export pub enum `RoutingUpdate`. See [PR 3739].
44
- Deprecate `handler`, `kbucket`, `protocol`, `record` modules to make them private. See [PR 3738].

protocols/relay/CHANGELOG.md

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

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

0 commit comments

Comments
 (0)