summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortummychow <tummychow@users.noreply.github.com>2019-07-15 19:43:10 -0700
committertummychow <tummychow@users.noreply.github.com>2019-07-15 19:43:10 -0700
commit4bde259e6b0485e76b97dcf752a00939e1b0d0c6 (patch)
treee7a8e1516d04c0b3a9bedaa4b95cff3eb8356c64
parent604cfb5f8740a94900ab24590c0e25763665ac25 (diff)
bump to 0.5.00.5.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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 <tummychow511@gmail.com>"]
description = "git commit --fixup, but automatic"