From 6ece38e95c9f545b38374377e0c3fc17f658f409 Mon Sep 17 00:00:00 2001 From: tummychow Date: Sun, 7 Jul 2024 20:04:20 -0400 Subject: [PATCH] bump 0.6.15 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c51f20a..2c7dcd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -233,7 +233,7 @@ dependencies = [ [[package]] name = "git-absorb" -version = "0.6.14" +version = "0.6.15" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 13a935c..3c0d2fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-absorb" -version = "0.6.14" +version = "0.6.15" authors = ["Stephen Jung "] description = "git commit --fixup, but automatic"