Skip to content

Commit 74e3157

Browse files
authored
chore: prepare v0.53.0
Pull-Request: #4796.
1 parent 402212c commit 74e3157

File tree

36 files changed

+50
-50
lines changed

36 files changed

+50
-50
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.0 - unreleased
1+
## 0.41.0
22

33
- Remove blanket-impl of `{In,Out}boundUpgrade` for `{In,Out}boundConnectionUpgrade`.
44
See [PR 4695](https://github.com/libp2p/rust-libp2p/pull/4695).

libp2p/CHANGELOG.md

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

33
- Raise MSRV to 1.73.
44
See [PR 4692](https://github.com/libp2p/rust-libp2p/pull/4692).

misc/allow-block-list/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## 0.3.0 - unreleased
1+
## 0.3.0
22

33

4-
## 0.2.0
4+
## 0.2.0
55

66
- Raise MSRV to 1.65.
77
See [PR 3715].

misc/connection-limits/CHANGELOG.md

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

33

44
## 0.2.1

misc/futures-bounded/CHANGELOG.md

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

33
- Add `.len()` getter to `FuturesMap`, `FuturesSet`, `StreamMap` and `StreamSet`.
44
See [PR 4745](https://github.com/libp2p/rust-lib2pp/pulls/4745).

misc/memory-connection-limits/CHANGELOG.md

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

33

44
## 0.1.0

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.0 - unreleased
1+
## 0.14.0
22

33
- Add metrics for `SwarmEvent::{NewExternalAddrCandidate,ExternalAddrConfirmed,ExternalAddrExpired}`.
44
See [PR 4721](https://github.com/libp2p/rust-libp2p/pull/4721).

muxers/mplex/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## 0.41.0 - unreleased
1+
## 0.41.0
22

33
- Migrate to `{In,Out}boundConnectionUpgrade` traits.
44
See [PR 4695](https://github.com/libp2p/rust-libp2p/pull/4695).
55

6-
## 0.40.0
6+
## 0.40.0
77

88
- Raise MSRV to 1.65.
99
See [PR 3715].

muxers/yamux/CHANGELOG.md

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

33
- Migrate to `{In,Out}boundConnectionUpgrade` traits.
44
See [PR 4695](https://github.com/libp2p/rust-libp2p/pull/4695).

protocols/autonat/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
## 0.12.0 - unreleased
1+
## 0.12.0
22

33
- Remove `Clone`, `PartialEq` and `Eq` implementations on `Event` and its sub-structs.
44
The `Event` also contains errors which are not clonable or comparable.
55
See [PR 3914](https://github.com/libp2p/rust-libp2p/pull/3914).
66

7-
## 0.11.0
7+
## 0.11.0
88

99
- Raise MSRV to 1.65.
1010
See [PR 3715].

0 commit comments

Comments
 (0)