summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortummychow <tummychow@users.noreply.github.com>2020-05-23 23:35:43 -0700
committertummychow <tummychow@users.noreply.github.com>2020-05-23 23:35:43 -0700
commit5a43000374c0de1a28c77cee00801025a75ae408 (patch)
treea18a0c46a0f73a5edf15c3bd772483cc50e6497c
parent3e14d55a8319ffe828f46d667d37a78af6ca194d (diff)
bump to 0.6.20.6.2
functionally identical to 0.6.1, just now it's using the upstream commit instead of my fork
-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 221dd4d..855e221 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -189,7 +189,7 @@ dependencies = [
[[package]]
name = "git-absorb"
-version = "0.6.1"
+version = "0.6.2"
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 e42749f..ffdf659 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-absorb"
-version = "0.6.1"
+version = "0.6.2"
authors = ["Stephen Jung <tummychow511@gmail.com>"]
description = "git commit --fixup, but automatic"