Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -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')
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
git-commit-helper (0.9.3) unstable; urgency=medium

* Release version 0.9.3

-- zccrs <zhangjide@deepin.org> 三, 25 2月 2026 08:19:32 +0800

git-commit-helper (0.8.0) unstable; urgency=medium

* Version bump to 0.8.0
Expand Down
5 changes: 4 additions & 1 deletion git-commit-helper.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: git-commit-helper
Version: 0.8.0
Version: 0.9.3
Release: 1%{?dist}
Summary: 帮助规范 git commit message 的工具

Expand Down Expand Up @@ -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 <zhangjide@deepin.org> - 0.9.3-1
- Release version 0.9.3

* 五 10月 11 2025 zccrs <zhangjide@deepin.org> - 0.8.0-1
- Version bump to 0.8.0

Expand Down