Skip to content

Commit dfab8b0

Browse files
committed
chore: Release
1 parent 3ce7de3 commit dfab8b0

6 files changed

Lines changed: 7 additions & 5 deletions

File tree

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.17", path = "../metrics-util" }
14+
metrics-util = { version = "^0.18", path = "../metrics-util" }
1515
portable-atomic = { workspace = true, features = ["fallback"] }
1616
pretty_env_logger = { workspace = true }
1717
quanta = { workspace = true }

metrics-exporter-prometheus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ hyper-util = { workspace = true, optional = true }
4343
indexmap = { workspace = true }
4444
ipnet = { workspace = true, optional = true }
4545
metrics = { version = "^0.24", path = "../metrics" }
46-
metrics-util = { version = "^0.17", path = "../metrics-util", default-features = false, features = [
46+
metrics-util = { version = "^0.18", path = "../metrics-util", default-features = false, features = [
4747
"recency",
4848
"registry",
4949
"summary",

metrics-observer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bytes = { workspace = true }
2121
chrono = { workspace = true, features = ["clock"] }
2222
crossbeam-channel = { workspace = true, features = ["std"] }
2323
metrics = { version = "^0.24", path = "../metrics", default-features = false }
24-
metrics-util = { version = "^0.17", path = "../metrics-util", default-features = false, features = ["summary"] }
24+
metrics-util = { version = "^0.18", path = "../metrics-util", default-features = false, features = ["summary"] }
2525
prost = { workspace = true }
2626
prost-types = { workspace = true }
2727
ratatui = { workspace = true, features = ["crossterm"] }

metrics-tracing-context/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ indexmap = { workspace = true }
3232
itoa = { workspace = true }
3333
lockfree-object-pool = { workspace = true }
3434
metrics = { version = "^0.24", path = "../metrics" }
35-
metrics-util = { version = "^0.17", path = "../metrics-util" }
35+
metrics-util = { version = "^0.18", path = "../metrics-util" }
3636
once_cell = { workspace = true }
3737
tracing = { workspace = true }
3838
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.18.0] - 2024-10-12
13+
1214
### Added
1315

1416
- Added `Debug` derive to numerous types. ([#504](https://github.com/metrics-rs/metrics/pull/504))

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.17.0"
3+
version = "0.18.0"
44
authors = ["Toby Lawrence <toby@nuclearfurnace.com>"]
55
edition = "2018"
66
rust-version = "1.71.1"

0 commit comments

Comments
 (0)