From 4bde259e6b0485e76b97dcf752a00939e1b0d0c6 Mon Sep 17 00:00:00 2001 From: tummychow Date: Mon, 15 Jul 2019 19:43:10 -0700 Subject: [PATCH] bump to 0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6246d84..5eea7ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -106,7 +106,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "git-absorb" -version = "0.4.0" +version = "0.5.0" dependencies = [ "clap 2.30.0 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b570ffa..3a02c6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-absorb" -version = "0.4.0" +version = "0.5.0" authors = ["Stephen Jung "] description = "git commit --fixup, but automatic"