Skip to content

Commit

Permalink
(cargo-release) version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobz committed May 30, 2022
1 parent d6c1e30 commit 74c3fa1
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 @@ -13,4 +13,4 @@ hdrhistogram = { version = "7.2", default-features = false }
quanta = "0.9.3"
atomic-shim = "0.2"
metrics = { version = "^0.19", path = "../metrics" }
metrics-util = { version = "^0.12", path = "../metrics-util" }
metrics-util = { version = "^0.13", path = "../metrics-util" }
2 changes: 1 addition & 1 deletion metrics-exporter-prometheus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ push-gateway = ["async-runtime", "hyper/client", "tracing"]

[dependencies]
metrics = { version = "^0.19", path = "../metrics" }
metrics-util = { version = "^0.12", path = "../metrics-util", default-features = false, features = ["recency", "registry", "summary"] }
metrics-util = { version = "^0.13", path = "../metrics-util", default-features = false, features = ["recency", "registry", "summary"] }
parking_lot = { version = "0.11", default-features = false }
thiserror = { version = "1", default-features = false }
quanta = { version = "0.9.3", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion metrics-observer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"

[dependencies]
metrics = { version = "^0.19", path = "../metrics", default-features = false }
metrics-util = { version = "^0.12", path = "../metrics-util", default-features = false, features = ["summary"] }
metrics-util = { version = "^0.13", path = "../metrics-util", default-features = false, features = ["summary"] }
bytes = { version = "1", default-features = false }
crossbeam-channel = { version = "0.5", default-features = false, features = ["std"] }
prost = { version = "0.9", default-features = false }
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 @@ -29,7 +29,7 @@ harness = false
[dependencies]
itoa = { version = "1", default-features = false }
metrics = { version = "^0.19", path = "../metrics" }
metrics-util = { version = "^0.12", path = "../metrics-util" }
metrics-util = { version = "^0.13", path = "../metrics-util" }
lockfree-object-pool = { version = "0.1.3", default-features = false }
once_cell = { version = "1", default-features = false, features = ["std"] }
tracing = { version = "0.1.29", default-features = false }
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.13.0] - 2022-05-30

### Fixed

- In `Summary`, some quantiles were previously mapped to an incorrect rank at low sample counts, leading to large swings
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.12.1"
version = "0.13.0"
authors = ["Toby Lawrence <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 74c3fa1

Please sign in to comment.