diff --git a/Cargo.lock b/Cargo.lock index 4f94c25..87220a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -593,7 +593,7 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" [[package]] name = "git-commit-helper-cli" -version = "0.9.2" +version = "0.9.3" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 1793e85..6ffac0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-commit-helper-cli" -version = "0.9.2" +version = "0.9.3" edition = "2021" description = "A CLI tool to help generate standardized git commit messages" license = "MIT" diff --git a/PKGBUILD b/PKGBUILD index b645b25..8b67495 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=git-commit-helper -pkgver=0.8.0 +pkgver=0.9.3 pkgrel=1 pkgdesc="一个帮助规范 git commit message 的工具" arch=('x86_64') diff --git a/debian/changelog b/debian/changelog index 56ef1b3..bdee512 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +git-commit-helper (0.9.3) unstable; urgency=medium + + * Release version 0.9.3 + + -- zccrs 三, 25 2月 2026 08:19:32 +0800 + git-commit-helper (0.8.0) unstable; urgency=medium * Version bump to 0.8.0 diff --git a/git-commit-helper.spec b/git-commit-helper.spec index ebf4988..53e61f0 100644 --- a/git-commit-helper.spec +++ b/git-commit-helper.spec @@ -1,5 +1,5 @@ Name: git-commit-helper -Version: 0.8.0 +Version: 0.9.3 Release: 1%{?dist} Summary: 帮助规范 git commit message 的工具 @@ -31,6 +31,9 @@ install -Dm644 completions/git-commit-helper.zsh %{buildroot}%{_datadir}/zsh/sit %{_datadir}/zsh/site-functions/_git-commit-helper %changelog +* 三 2月 25 2026 zccrs - 0.9.3-1 +- Release version 0.9.3 + * 五 10月 11 2025 zccrs - 0.8.0-1 - Version bump to 0.8.0