From 5614ab4932d71f30a393db742ade1bc3b9dca9d2 Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Tue, 30 Jan 2018 16:55:44 -0800 Subject: [PATCH] Bump to 0.8.12 This release contains a bug fix for 0.8.11, which double-counted its internal telemetry. Anyone using 0.8.11 and the internal source is recommended to update. Elsewise, you're more or less blind. * dac169cc :: Don't double-count internal telemetry 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 fdd90948..bb0da1d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -153,7 +153,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cernan" -version = "0.8.12-pre" +version = "0.8.12" dependencies = [ "base64 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index e17abeb3..c11795ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "cernan" readme = "README.md" repository = "https://github.com/postmates/cernan" -version = "0.8.12-pre" +version = "0.8.12" [[bin]] name = "cernan"