summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortummychow <tummychow@users.noreply.github.com>2019-07-14 15:48:45 -0700
committertummychow <tummychow@users.noreply.github.com>2019-07-14 15:48:45 -0700
commitdea27fedff320d64d0582c23a8e00683d500b8ca (patch)
tree3605a42a27eb8cbfd0729ed8175b73fca2aca746
parente2c3829222d2aa54e870b44c88532f27849cff81 (diff)
bump to 0.4.00.4.0
@nickolay's pr definitely needs a release
-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 db145bd..18616c1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -109,7 +109,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "git-absorb"
-version = "0.3.0"
+version = "0.4.0"
dependencies = [
"clap 2.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 865896b..1d77bc2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-absorb"
-version = "0.3.0"
+version = "0.4.0"
authors = ["Stephen Jung <tummychow511@gmail.com>"]
description = "git commit --fixup, but automatic"