From 72c56f6b91c903327e7ee126f8665961de315396 Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Thu, 1 Dec 2016 22:48:43 -0800 Subject: [PATCH] Bump to cernan 0.4.10 This release fixes a long-standing and never before recognized issue with the way gauges' times were reset on bucket reset. Previously, the last gauge's time was retained across a reset until a new point came in. This works for relatively well-trafficed series but does not hold up for sparse series of DeltaGauges. We now reset times on bucket resets. 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 07d74d22..43a520d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cernan" -version = "0.4.9" +version = "0.4.10" dependencies = [ "bincode 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 73a7d72c..75187c35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cernan" -version = "0.4.9" +version = "0.4.10" authors = ["Brian L. Troutwine "] build = "build.rs"