From 092080c2465aff99698275b600f9d101198a6cb6 Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Wed, 6 Sep 2017 11:26:07 -0700 Subject: [PATCH] Bump to 0.7.4 This release two primary changes to the project: * b2236f0 :: Introduce reading tags from environment variables * f7ced09 :: Drain unbounded buffer in Internal source The first change is motivated by the needs of @blakebarnett for use in k8s. It is hoped this change will ease the use of cernan in that environment by allowing tag values to be read from, uh, the environment. The second change removes a potential place of unbounded growth in cernan. 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 95729611..11fc06bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cernan" -version = "0.7.3" +version = "0.7.4" 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 c6509663..706180f0 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.3" +version = "0.7.4" [[bin]] name = "cernan"