From f9972c3644ad6ab245ef9f78dea436ab3a8d6c24 Mon Sep 17 00:00:00 2001 From: Gwen Lofman Date: Tue, 24 Sep 2019 00:56:40 -0400 Subject: [PATCH] Version bump 0.3.0! --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fc6e7b1..1c7cce0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -291,7 +291,7 @@ dependencies = [ [[package]] name = "glit" -version = "0.2.2" +version = "0.3.0" dependencies = [ "criterion 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "git2 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3f0f903..1ca932a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glit" -version = "0.2.2" +version = "0.3.0" authors = ["Gwen Lofman "] description = "A utility for pretty-printing git stats" license = "MPL-2.0"