From af8725812a0f6171826814580db3d07f0075cae8 Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Mon, 16 Oct 2017 13:57:52 -0700 Subject: [PATCH] Bump to 0.7.12 This release addresses compatibility issues with Prometheus 2, improving the tag hangling of the prometheus sink and gzipping all output. * df974bbf :: Avoid fiddling with kinds when doing sanitization in Prometheus * 45f74746 :: Carefully format prometheus tags, gzip output Signed-off-by: Brian L. Troutwine --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26ab4cc8..d79a7240 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cernan" -version = "0.7.12-pre" +version = "0.7.12" dependencies = [ "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ee4d1346..aed7e5c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "cernan" readme = "README.md" repository = "https://github.com/postmates/cernan" -version = "0.7.12-pre" +version = "0.7.12" [[bin]] name = "cernan"