Skip to content

Commit 41f67c9

Browse files
authored
chore(metrics): release 0.15.0
Pull-Request: #5562.
1 parent d9ee266 commit 41f67c9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -89,7 +89,7 @@ libp2p-identity = { version = "0.2.9" }
8989
libp2p-kad = { version = "0.46.1", path = "protocols/kad" }
9090
libp2p-mdns = { version = "0.46.0", path = "protocols/mdns" }
9191
libp2p-memory-connection-limits = { version = "0.3.0", path = "misc/memory-connection-limits" }
92-
libp2p-metrics = { version = "0.14.2", path = "misc/metrics" }
92+
libp2p-metrics = { version = "0.15.0", path = "misc/metrics" }
9393
libp2p-mplex = { version = "0.42.0", path = "muxers/mplex" }
9494
libp2p-noise = { version = "0.45.0", path = "transports/noise" }
9595
libp2p-perf = { version = "0.4.0", path = "protocols/perf" }

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.2
1+
## 0.15.0
22
- Use `web-time` instead of `instant`.
33
See [PR 5347](https://github.com/libp2p/rust-libp2p/pull/5347).
44

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 = { workspace = true }
55
description = "Metrics for libp2p"
6-
version = "0.14.2"
6+
version = "0.15.0"
77
authors = ["Max Inden <mail@max-inden.de>"]
88
license = "MIT"
99
repository = "https://github.com/libp2p/rust-libp2p"

0 commit comments

Comments
 (0)