Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tobz committed Jan 6, 2025
1 parent 241aa3c commit d9eae32
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion metrics-benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ getopts = { workspace = true }
hdrhistogram = { workspace = true }
log = { workspace = true }
metrics = { version = "^0.24", path = "../metrics" }
metrics-util = { version = "^0.18", path = "../metrics-util" }
metrics-util = { version = "^0.19", path = "../metrics-util" }
portable-atomic = { workspace = true, features = ["fallback"] }
pretty_env_logger = { workspace = true }
quanta = { workspace = true }
2 changes: 1 addition & 1 deletion metrics-exporter-dogstatsd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bytes = { version = "1", default-features = false }
ryu = { version = "1", default-features = false }
itoa = { version = "1", default-features = false }
metrics = { version = "^0.24", path = "../metrics" }
metrics-util = { version = "^0.18", path = "../metrics-util" }
metrics-util = { version = "^0.19", path = "../metrics-util" }
thiserror = { workspace = true }
tracing = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion metrics-exporter-prometheus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ hyper-util = { workspace = true, optional = true }
indexmap = { workspace = true }
ipnet = { workspace = true, optional = true }
metrics = { version = "^0.24", path = "../metrics" }
metrics-util = { version = "^0.18", path = "../metrics-util", default-features = false, features = [
metrics-util = { version = "^0.19", path = "../metrics-util", default-features = false, features = [
"recency",
"registry",
"storage",
Expand Down
2 changes: 1 addition & 1 deletion metrics-observer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bytes = { workspace = true }
chrono = { workspace = true, features = ["clock"] }
crossbeam-channel = { workspace = true, features = ["std"] }
metrics = { version = "^0.24", path = "../metrics", default-features = false }
metrics-util = { version = "^0.18", path = "../metrics-util", default-features = false, features = ["storage"] }
metrics-util = { version = "^0.19", path = "../metrics-util", default-features = false, features = ["storage"] }
prost = { workspace = true }
prost-types = { workspace = true }
ratatui = { workspace = true, features = ["crossterm"] }
Expand Down
2 changes: 1 addition & 1 deletion metrics-tracing-context/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ indexmap = { workspace = true }
itoa = { workspace = true }
lockfree-object-pool = { workspace = true }
metrics = { version = "^0.24", path = "../metrics" }
metrics-util = { version = "^0.18", path = "../metrics-util" }
metrics-util = { version = "^0.19", path = "../metrics-util" }

This comment has been minimized.

Copy link
@tyranron

tyranron Jan 13, 2025

@tobz could you release also new version of metric-tracing-context crate with this change, since it doesn't allow migration to 0.19 metrics-util for those who use it?
Thanks!

This comment has been minimized.

Copy link
@tobz

tobz Jan 13, 2025

Author Member

Oh, woops!

I'll release this shortly.

This comment has been minimized.

Copy link
@tobz

tobz Jan 13, 2025

Author Member

Released metrics-tracing-context@v0.18.0.

Sorry about that!

once_cell = { workspace = true }
tracing = { workspace = true }
tracing-core = { workspace = true }
Expand Down
2 changes: 2 additions & 0 deletions metrics-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - ReleaseDate

## [0.19.0] - 2025-01-06

### Added

- Added new module `storage` -- behind a feature flag of the same name -- which contains all storage implementations
Expand Down
2 changes: 1 addition & 1 deletion metrics-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metrics-util"
version = "0.18.0"
version = "0.19.0"
authors = ["Toby Lawrence <toby@nuclearfurnace.com>"]
edition = "2018"
rust-version = "1.71.1"
Expand Down

0 comments on commit d9eae32

Please sign in to comment.