Skip to content

Commit 5dbbdf1

Browse files
committed
Bump version to 0.6.0
1. Update version number in Cargo.toml from 0.5.3 to 0.6.0 2. Update version in PKGBUILD for Arch Linux package 3. Add new changelog entries in debian/changelog and RPM spec 4. Document fixes for PKGBUILD variable expansion issue This release includes the fix for GitHub Actions workflow that properly handles commit hash variable expansion when building AUR packages. 版本升级到0.6.0 1. 将Cargo.toml中的版本号从0.5.3更新到0.6.0 2. 更新PKGBUILD中Arch Linux包的版本 3. 在debian/changelog和RPM spec中添加新的更新日志条目 4. 记录PKGBUILD变量展开问题的修复 此版本包含了GitHub Actions工作流的修复,正确处理 构建AUR包时的commit hash变量展开。
1 parent 077f297 commit 5dbbdf1

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-commit-helper"
3-
version = "0.5.3"
3+
version = "0.6.0"
44
edition = "2021"
55

66
[dependencies]

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=git-commit-helper
2-
pkgver=0.5.3
2+
pkgver=0.6.0
33
pkgrel=1
44
pkgdesc="一个帮助规范 git commit message 的工具"
55
arch=('x86_64')

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
git-commit-helper (0.6.0) unstable; urgency=medium
2+
3+
* Fix variable expansion in PKGBUILD modification for AUR publishing
4+
* Improve GitHub Actions workflow for better package building
5+
6+
-- zccrs <[email protected]> Mon, 06 Jan 2025 10:00:00 +0800
7+
18
git-commit-helper (0.5.3) unstable; urgency=medium
29

310
* Release version 0.5.3

git-commit-helper.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: git-commit-helper
2-
Version: 0.5.3
2+
Version: 0.6.0
33
Release: 1%{?dist}
44
Summary: 帮助规范 git commit message 的工具
55

@@ -31,6 +31,10 @@ install -Dm644 completions/git-commit-helper.zsh %{buildroot}%{_datadir}/zsh/sit
3131
%{_datadir}/zsh/site-functions/_git-commit-helper
3232

3333
%changelog
34+
* Mon Jan 06 2025 zccrs <[email protected]> - 0.6.0-1
35+
- Fix variable expansion in PKGBUILD modification for AUR publishing
36+
- Improve GitHub Actions workflow for better package building
37+
3438
* Mon Jun 30 2025 zccrs <[email protected]> - 0.5.3-1
3539
- Release version 0.5.3
3640

0 commit comments

Comments
 (0)