From 3838fb2aab1ac302cc3d536f773f6bf60e52e1db Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Wed, 12 Apr 2017 18:17:42 -0700 Subject: [PATCH] Bump to 0.5.9 This release introduces improvements in various sub-systems. The Prometheus sink is now closer to being removed from 'experimental' status and correctness issues with the file source have been addressed. * fbb30307 :: Special aggregator for Prometheus, no timestamping * 6f0af8d4 :: Correct CI stability when running QC tests * 39b53fb1 :: Introduce more telemetry to the wavefront sink * 83a975d5 :: Introduce 'mean' summarization in wavefront sink, others * 7ef24e8a :: Correct file source correctness issue around file rolls 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 215bf9f0..ba04f79a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cernan" -version = "0.5.8" +version = "0.5.9" dependencies = [ "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index fef0368a..be43e290 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.5.8" +version = "0.5.9" [[bin]] name = "cernan"