Skip to content

Commit

Permalink
chore: prepare v0.53.1
Browse files Browse the repository at this point in the history
Pull-Request: #4835.
  • Loading branch information
mxinden authored Nov 12, 2023
1 parent 3ec575a commit 7f4ba69
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.41.1 - unreleased
## 0.41.1

- Implement `{In,Out}boundConnectionUpgrade` for `SelectUpgrade`.
See [PR 4812](https://github.com/libp2p/rust-libp2p/pull/4812).
Expand Down
2 changes: 1 addition & 1 deletion libp2p/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.53.1 - unreleased
## 0.53.1

- Allow `SwarmBuilder::with_quic_config` to be called without `with_tcp` first.
See [PR 4821](https://github.com/libp2p/rust-libp2p/pull/4821).
Expand Down
2 changes: 1 addition & 1 deletion misc/metrics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.14.1 - unreleased
## 0.14.1

- Add `BandwidthTransport`, wrapping an existing `Transport`, exposing Prometheus bandwidth metrics.
See also `SwarmBuilder::with_bandwidth_metrics`.
Expand Down
2 changes: 1 addition & 1 deletion misc/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.12.4 - unreleased
## 0.12.4

### Added

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.45.1 - unreleased
## 0.45.1

- 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.
See [PR 4816](https://github.com/libp2p/rust-libp2p/pull/4816)
Expand Down
2 changes: 1 addition & 1 deletion transports/quic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.10.1 - unreleased
## 0.10.1

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

0 comments on commit 7f4ba69

Please sign in to comment.