From fb93811f6fa45849ffaaed0d1ac5b02f07dcbf84 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Thu, 28 Jul 2016 21:15:13 -0700 Subject: [PATCH] Release version 0.8.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9adb4ba01e000f2b42606f51d8bb735d4c1a6389..ee3b783b367f46178b17854fe45683bd60f86c2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "git-series" -version = "0.8.6" +version = "0.8.7" dependencies = [ "ansi_term 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 713d543752eb293675610c30757958fb40f0c02e..61a6ee136de555dcee2671c651afec52a9102965 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-series" -version = "0.8.6" +version = "0.8.7" authors = ["Josh Triplett "] license = "MIT" readme = "README.md"