From e3e361f44a4c6445e5334811b4a12f5a754512f9 Mon Sep 17 00:00:00 2001 From: adriangohjw Date: Wed, 4 Sep 2024 12:41:36 +0800 Subject: [PATCH] chore: update version to 0.3.2 in autogitc.gemspec --- autogitc.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogitc.gemspec b/autogitc.gemspec index 414c84d..dfea818 100644 --- a/autogitc.gemspec +++ b/autogitc.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'autogitc' - s.version = '0.3.1' + s.version = '0.3.2' s.summary = 'Auto-generate Git commit messages with LLM' s.description = 'This gem simplifies the commit process by automatically generating descriptive commit messages based on the files that have been added to the Git staging area. It leverages LLM to analyze the changes and create meaningful commit messages, helping you maintain a clean and organized commit history.' s.authors = ['Adrian Goh']