Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tobz committed Oct 12, 2024
1 parent 3ce7de3 commit dfab8b0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 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.17", path = "../metrics-util" }
metrics-util = { version = "^0.18", 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-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.17", path = "../metrics-util", default-features = false, features = [
metrics-util = { version = "^0.18", path = "../metrics-util", default-features = false, features = [
"recency",
"registry",
"summary",
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.17", path = "../metrics-util", default-features = false, features = ["summary"] }
metrics-util = { version = "^0.18", path = "../metrics-util", default-features = false, features = ["summary"] }
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.17", path = "../metrics-util" }
metrics-util = { version = "^0.18", path = "../metrics-util" }
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.18.0] - 2024-10-12

### Added

- Added `Debug` derive to numerous types. ([#504](https://github.com/metrics-rs/metrics/pull/504))
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.17.0"
version = "0.18.0"
authors = ["Toby Lawrence <[email protected]>"]
edition = "2018"
rust-version = "1.71.1"
Expand Down

0 comments on commit dfab8b0

Please sign in to comment.