summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortummychow <tummychow@users.noreply.github.com>2020-05-14 21:32:59 -0700
committertummychow <tummychow@users.noreply.github.com>2020-05-14 21:32:59 -0700
commitfe8524b83a6f39a166a739b3337439dfd67a2b39 (patch)
tree9dd1acf7527b801820ea05d81a5eb1c659bf0be7
parent2dd9c86f104d6726ab09bba3e7410865b6c7fe88 (diff)
bump to 0.6.00.6.0
someone asked for a released version that had manpages, here you go
-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 5eea7ca..67e5fb9 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.5.0"
+version = "0.6.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 3a02c6d..630bd50 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-absorb"
-version = "0.5.0"
+version = "0.6.0"
authors = ["Stephen Jung <tummychow511@gmail.com>"]
description = "git commit --fixup, but automatic"