From ea3dd03563c737b11a42447d4109b3fc1d481031 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sat, 16 Jul 2016 21:13:57 -0700 Subject: [PATCH] Release version 0.8.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9650e22b7e45a5b2f46903bd6da1536be9630d69..482755226fac8457db0cf465cbfffaad748de067 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "git-series" -version = "0.8.1" +version = "0.8.2" dependencies = [ "chrono 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.9.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 8a2f7a2463032dd31e548a4789a82634935f05d3..57f8e1cffac0a6beaa03002720b13bf7e00a62b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-series" -version = "0.8.1" +version = "0.8.2" authors = ["Josh Triplett "] license = "MIT" readme = "README.md"