summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortummychow <tummychow@users.noreply.github.com>2024-11-03 13:28:34 -0500
committertummychow <tummychow@users.noreply.github.com>2024-11-03 13:28:34 -0500
commitf60b7dbb2c0e3083b583988042ed99fa2990e219 (patch)
tree6a6ceaac906f42be446505dc9bc0882f0bfe746c
parent3b95af94b44c8644ff55843d3506af54557f8f6e (diff)
bump to 0.6.16
-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 2c7dcd6..5daf25c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -233,7 +233,7 @@ dependencies = [
[[package]]
name = "git-absorb"
-version = "0.6.15"
+version = "0.6.16"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 3c0d2fe..394a190 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-absorb"
-version = "0.6.15"
+version = "0.6.16"
authors = ["Stephen Jung <tummychow511@gmail.com>"]
description = "git commit --fixup, but automatic"