Skip to content

Commit d9eae32

Browse files
committed
chore: Release
1 parent 241aa3c commit d9eae32

File tree

7 files changed

+8
-6
lines changed

7 files changed

+8
-6
lines changed

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.18", path = "../metrics-util" }
14+
metrics-util = { version = "^0.19", 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
@@ -8,7 +8,7 @@ bytes = { version = "1", default-features = false }
88
ryu = { version = "1", default-features = false }
99
itoa = { version = "1", default-features = false }
1010
metrics = { version = "^0.24", path = "../metrics" }
11-
metrics-util = { version = "^0.18", path = "../metrics-util" }
11+
metrics-util = { version = "^0.19", path = "../metrics-util" }
1212
thiserror = { workspace = true }
1313
tracing = { workspace = true }
1414

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.18", path = "../metrics-util", default-features = false, features = [
46+
metrics-util = { version = "^0.19", path = "../metrics-util", default-features = false, features = [
4747
"recency",
4848
"registry",
4949
"storage",

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.18", path = "../metrics-util", default-features = false, features = ["storage"] }
24+
metrics-util = { version = "^0.19", path = "../metrics-util", default-features = false, features = ["storage"] }
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.18", path = "../metrics-util" }
35+
metrics-util = { version = "^0.19", 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.19.0] - 2025-01-06
13+
1214
### Added
1315

1416
- Added new module `storage` -- behind a feature flag of the same name -- which contains all storage implementations

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.18.0"
3+
version = "0.19.0"
44
authors = ["Toby Lawrence <[email protected]>"]
55
edition = "2018"
66
rust-version = "1.71.1"

0 commit comments

Comments
 (0)