From 7130509c15e22d1819403c91238334e3504f1e21 Mon Sep 17 00:00:00 2001 From: Verite Mugabo Date: Mon, 18 Dec 2023 00:07:32 -0500 Subject: [PATCH] feat(release): release a new version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf11081..5de4cd0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -207,7 +207,7 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "gcommit" -version = "0.0.4" +version = "0.0.5" dependencies = [ "clap", "console", diff --git a/Cargo.toml b/Cargo.toml index 47114ec..374c50e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gcommit" -version = "0.0.4" +version = "0.0.5" edition = "2021" authors = ["Makuza Mugabo Verite "] description = "A simple conventional commits maker"