Skip to content

Commit 69e1fd8

Browse files
committed
chore: Release
1 parent 597522f commit 69e1fd8

File tree

8 files changed

+9
-7
lines changed

8 files changed

+9
-7
lines changed

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.

metrics-benchmark/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ getopts = { workspace = true }
1111
hdrhistogram = { workspace = true }
1212
log = { workspace = true }
1313
metrics = { version = "^0.24", path = "../metrics" }
14-
metrics-util = { version = "^0.19", path = "../metrics-util" }
14+
metrics-util = { version = "^0.20", path = "../metrics-util" }
1515
portable-atomic = { workspace = true, features = ["fallback"] }
1616
pretty_env_logger = { workspace = true }
1717
quanta = { workspace = true }

metrics-exporter-dogstatsd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bytes = { version = "1", default-features = false }
2020
ryu = { version = "1", default-features = false }
2121
itoa = { version = "1", default-features = false }
2222
metrics = { version = "^0.24", path = "../metrics" }
23-
metrics-util = { version = "^0.19", path = "../metrics-util" }
23+
metrics-util = { version = "^0.20", path = "../metrics-util" }
2424
thiserror = { workspace = true }
2525
tracing = { workspace = true }
2626

metrics-exporter-prometheus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ hyper-util = { workspace = true, optional = true }
4242
indexmap = { workspace = true }
4343
ipnet = { workspace = true, optional = true }
4444
metrics = { version = "^0.24", path = "../metrics" }
45-
metrics-util = { version = "^0.19", path = "../metrics-util", default-features = false, features = [
45+
metrics-util = { version = "^0.20", path = "../metrics-util", default-features = false, features = [
4646
"recency",
4747
"registry",
4848
"storage",

metrics-observer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bytes = { workspace = true }
2020
chrono = { workspace = true, features = ["clock"] }
2121
crossbeam-channel = { workspace = true, features = ["std"] }
2222
metrics = { version = "^0.24", path = "../metrics", default-features = false }
23-
metrics-util = { version = "^0.19", path = "../metrics-util", default-features = false, features = ["storage"] }
23+
metrics-util = { version = "^0.20", path = "../metrics-util", default-features = false, features = ["storage"] }
2424
prost = { workspace = true }
2525
prost-types = { workspace = true }
2626
ratatui = { workspace = true, features = ["crossterm"] }

metrics-tracing-context/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ indexmap = { workspace = true }
3131
itoa = { workspace = true }
3232
lockfree-object-pool = { workspace = true }
3333
metrics = { version = "^0.24", path = "../metrics" }
34-
metrics-util = { version = "^0.19", path = "../metrics-util" }
34+
metrics-util = { version = "^0.20", path = "../metrics-util" }
3535
once_cell = { workspace = true }
3636
tracing = { workspace = true }
3737
tracing-core = { workspace = true }

metrics-util/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased] - ReleaseDate
1111

12+
## [0.20.0] - 2025-06-20
13+
1214
### Changed
1315

1416
- No changes. This release replaces 0.19.2, as [#588](https://github.com/metrics-rs/metrics/pull/588) introduced a

metrics-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "metrics-util"
3-
version = "0.19.2"
3+
version = "0.20.0"
44
edition = "2018"
55
rust-version = "1.71.1"
66

0 commit comments

Comments
 (0)