From 1b409e182cad8a4963dcfc3c3eee4004db99c33a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Oliveira?= Date: Sat, 10 Aug 2024 13:50:27 +0100 Subject: [PATCH 1/2] fix(quic): release libp2p-quic 0.11.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- transports/quic/CHANGELOG.md | 6 ++++++ transports/quic/Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 70744c1bf40..65a3f27bbdf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3177,7 +3177,7 @@ dependencies = [ [[package]] name = "libp2p-quic" -version = "0.11.0" +version = "0.11.1" dependencies = [ "async-std", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 257c07c7c98..92562489ed5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ libp2p-perf = { version = "0.4.0", path = "protocols/perf" } libp2p-ping = { version = "0.45.0", path = "protocols/ping" } libp2p-plaintext = { version = "0.42.0", path = "transports/plaintext" } libp2p-pnet = { version = "0.25.0", path = "transports/pnet" } -libp2p-quic = { version = "0.11.0", path = "transports/quic" } +libp2p-quic = { version = "0.11.1", path = "transports/quic" } libp2p-relay = { version = "0.18.0", path = "protocols/relay" } libp2p-rendezvous = { version = "0.15.0", path = "protocols/rendezvous" } libp2p-request-response = { version = "0.27.0", path = "protocols/request-response" } diff --git a/transports/quic/CHANGELOG.md b/transports/quic/CHANGELOG.md index 2593af605df..5bdadc656ed 100644 --- a/transports/quic/CHANGELOG.md +++ b/transports/quic/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.11.1 + +- Update `libp2p-tls` to version `0.5.0`, see [PR XXXX] + +[PR XXXX]: https://github.com/libp2p/rust-libp2p/pull/XXXX + ## 0.11.0 - Implement refactored `Transport`. diff --git a/transports/quic/Cargo.toml b/transports/quic/Cargo.toml index 1f540c9542a..42cc8e54edb 100644 --- a/transports/quic/Cargo.toml +++ b/transports/quic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libp2p-quic" -version = "0.11.0" +version = "0.11.1" authors = ["Parity Technologies "] edition = "2021" rust-version = { workspace = true } From bad79321033693a84e221052c098e7c43071804d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Oliveira?= Date: Sat, 10 Aug 2024 13:52:51 +0100 Subject: [PATCH 2/2] Update transports/quic/CHANGELOG.md --- transports/quic/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transports/quic/CHANGELOG.md b/transports/quic/CHANGELOG.md index 5bdadc656ed..6fc64c5df36 100644 --- a/transports/quic/CHANGELOG.md +++ b/transports/quic/CHANGELOG.md @@ -1,8 +1,8 @@ ## 0.11.1 -- Update `libp2p-tls` to version `0.5.0`, see [PR XXXX] +- Update `libp2p-tls` to version `0.5.0`, see [PR 5547] -[PR XXXX]: https://github.com/libp2p/rust-libp2p/pull/XXXX +[PR 5547]: https://github.com/libp2p/rust-libp2p/pull/5547 ## 0.11.0