Skip to content

Commit a0a3d76

Browse files
committed
bump libp2p and libp2p-metrics
Signed-off-by: ozkanonur <[email protected]>
1 parent e730c0d commit a0a3d76

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ libp2p-identify = { version = "0.43.0", path = "protocols/identify" }
7575
libp2p-identity = { version = "0.2.1" }
7676
libp2p-kad = { version = "0.44.2", path = "protocols/kad" }
7777
libp2p-mdns = { version = "0.44.0", path = "protocols/mdns" }
78-
libp2p-metrics = { version = "0.13.0", path = "misc/metrics" }
78+
libp2p-metrics = { version = "0.13.1", path = "misc/metrics" }
7979
libp2p-mplex = { version = "0.40.0", path = "muxers/mplex" }
8080
libp2p-muxer-test-harness = { path = "muxers/test-harness" }
8181
libp2p-noise = { version = "0.43.0", path = "transports/noise" }

libp2p/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.52.2 - unreleased
2+
3+
- Include gossipsub when compiling for wasm.
4+
See [PR 4217].
5+
6+
[PR 4217]: https://github.com/libp2p/rust-libp2p/pull/4217
7+
18
## 0.52.1
29

310
- Add `libp2p-webtransport-websys` providing WebTransport for WASM environments.

libp2p/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "libp2p"
33
edition = "2021"
44
rust-version = "1.65.0"
55
description = "Peer-to-peer networking library"
6-
version = "0.52.1"
6+
version = "0.52.2"
77
authors = ["Parity Technologies <[email protected]>"]
88
license = "MIT"
99
repository = "https://github.com/libp2p/rust-libp2p"

misc/metrics/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.13.1 - unreleased
2+
3+
- Enable gossipsub related data-type fields when compiling for wasm.
4+
See [PR 4217].
5+
6+
[PR 4217]: https://github.com/libp2p/rust-libp2p/pull/4217
7+
18
## 0.13.0
29

310
- Previously `libp2p-metrics::identify` would increase a counter / gauge / histogram on each

misc/metrics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "libp2p-metrics"
33
edition = "2021"
44
rust-version = "1.65.0"
55
description = "Metrics for libp2p"
6-
version = "0.13.0"
6+
version = "0.13.1"
77
authors = ["Max Inden <[email protected]>"]
88
license = "MIT"
99
repository = "https://github.com/libp2p/rust-libp2p"

0 commit comments

Comments
 (0)