Skip to content

Commit e8759c8

Browse files
authored
chore: prepare libp2p v0.52.3
- Addresses TLS CVE: - #4381 - #4378 - Stable QUIC #4325 - New rust-libp2p-server release #4311 Pull-Request: #4387.
1 parent 06bc677 commit e8759c8

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

libp2p/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.52.3 - unreleased
1+
## 0.52.3
22

33
- Add `libp2p-quic` stable release.
44

misc/server/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.12.1] - unreleased
7+
## [0.12.1]
88

99
### Changed
1010
- Move to tokio and hyper.

transports/noise/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## 0.43.1 - unreleased
1+
## 0.43.1
22

33
- Update dependencies.
44

5-
## 0.43.0
5+
## 0.43.0
66

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

transports/quic/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.9.2 - unreleased
1+
## 0.9.2
22

33
- Cut stable release.
44

transports/tls/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.2.1 - unreleased
1+
## 0.2.1
22

33
- Switch from webpki to rustls-webpki.
44
This is a part of the resolution of the [RUSTSEC-2023-0052].

transports/websocket/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.42.1 - unreleased
1+
## 0.42.1
22

33
- Bump `futures-rustls` to `0.24.0`.
44
This is a part of the resolution of the [RUSTSEC-2023-0052].

0 commit comments

Comments
 (0)