From 9e3d02772dbe9d67945499a034e8b85b2beb5376 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Thu, 10 Nov 2016 00:14:13 -0800 Subject: [PATCH] Release version 0.9.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8f86b202989477caeec47534dc6ad46048e5705..2bd352213620b10dc6fa7ce7eec8a8065c518427 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "git-series" -version = "0.8.11" +version = "0.9.0" dependencies = [ "ansi_term 0.9.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 3ec9d19c3cb4d4c4cd707b99dc65ccb8107cbd20..748a9f7b50173bef8596b779653970d9c6584ed7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-series" -version = "0.8.11" +version = "0.9.0" authors = ["Josh Triplett "] license = "MIT" readme = "README.md"