Skip to content

Commit

Permalink
chore(release): bump version to 0.54.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brenodt committed Dec 23, 2024
1 parent 2023ae5 commit a2ac9f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion libp2p/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 0.54.2
## 0.54.3

- Update individual crates.
- Update to [`libp2p-mdns` `0.46.3`](protocols/mdns/CHANGELOG.md#0463).
- Update to [`libp2p-quic` `0.11.3`](transports/quic/CHANGELOG.md#0113).
- Update to [`libp2p-tcp` `0.42.1`](transports/tcp/CHANGELOG.md#0421).
- Update to [`libp2p-webrtc` `0.8.1-alpha`](transports/webrtc/CHANGELOG.md#081-alpha).

- Add `with_connection_timeout` on `SwarmBuilder` to allow configuration of the connection_timeout parameter.
See [PR 5575](https://github.com/libp2p/rust-libp2p/pull/5575).
Expand Down
2 changes: 1 addition & 1 deletion libp2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "libp2p"
edition = "2021"
rust-version = { workspace = true }
description = "Peer-to-peer networking library"
version = "0.54.2"
version = "0.54.3"
authors = ["Parity Technologies <[email protected]>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
Expand Down

0 comments on commit a2ac9f1

Please sign in to comment.