From d481315c4e97d5e848cf7c78e122d8ca9a251b76 Mon Sep 17 00:00:00 2001 From: Verite Mugabo Date: Fri, 22 Dec 2023 12:15:27 -0500 Subject: [PATCH] chore: Release gcommit version 0.0.9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ecd4c23..f2e19aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -207,7 +207,7 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "gcommit" -version = "0.0.8" +version = "0.0.9" dependencies = [ "clap", "console", diff --git a/Cargo.toml b/Cargo.toml index 7735931..168b006 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gcommit" -version = "0.0.8" +version = "0.0.9" edition = "2021" authors = ["Makuza Mugabo Verite "] description = "A simple conventional commits maker"