Skip to content

Commit 7f4ba69

Browse files
authored
chore: prepare v0.53.1
Pull-Request: libp2p#4835.
1 parent 3ec575a commit 7f4ba69

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.41.1 - unreleased
1+
## 0.41.1
22

33
- Implement `{In,Out}boundConnectionUpgrade` for `SelectUpgrade`.
44
See [PR 4812](https://github.com/libp2p/rust-libp2p/pull/4812).

libp2p/CHANGELOG.md

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

33
- Allow `SwarmBuilder::with_quic_config` to be called without `with_tcp` first.
44
See [PR 4821](https://github.com/libp2p/rust-libp2p/pull/4821).

misc/metrics/CHANGELOG.md

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

33
- Add `BandwidthTransport`, wrapping an existing `Transport`, exposing Prometheus bandwidth metrics.
44
See also `SwarmBuilder::with_bandwidth_metrics`.

misc/server/CHANGELOG.md

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

33
### Added
44

protocols/kad/CHANGELOG.md

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

33
- Fix a bug where calling `Behaviour::remove_address` with an address not in the peer's bucket would remove the peer from the routing table if the bucket has only one address left.
44
See [PR 4816](https://github.com/libp2p/rust-libp2p/pull/4816)

transports/quic/CHANGELOG.md

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

33
- Allow disabling path MTU discovery.
44
See [PR 4823](https://github.com/libp2p/rust-libp2p/pull/4823).

0 commit comments

Comments
 (0)