diff options
author | tummychow <tummychow@users.noreply.github.com> | 2024-11-03 13:28:34 -0500 |
---|---|---|
committer | tummychow <tummychow@users.noreply.github.com> | 2024-11-03 13:28:34 -0500 |
commit | f60b7dbb2c0e3083b583988042ed99fa2990e219 (patch) | |
tree | 6a6ceaac906f42be446505dc9bc0882f0bfe746c | |
parent | 3b95af94b44c8644ff55843d3506af54557f8f6e (diff) |
bump to 0.6.16
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -233,7 +233,7 @@ dependencies = [ [[package]] name = "git-absorb" -version = "0.6.15" +version = "0.6.16" dependencies = [ "anyhow", "clap", @@ -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" |