Skip to content

Commit 8eff60f

Browse files
committed
Bump minor version to 0.5.0
1 parent d0bb28f commit 8eff60f

4 files changed

Lines changed: 19 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
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
@@ -10,7 +10,7 @@ resolver = "2"
1010
[workspace.package]
1111
authors = ["Kun Lai <laikun@linux.alibaba.com>"]
1212
edition = "2021"
13-
version = "0.4.0"
13+
version = "0.5.0"
1414

1515
[workspace.dependencies]
1616
again = "0.1.2"

cryptpilot.spec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%define release_num 1
33

44
Name: cryptpilot
5-
Version: 0.4.0
5+
Version: 0.5.0
66
Release: %{release_num}%{?dist}
77
Summary: Full-disk encryption and data protection tool for confidential computing
88
Group: Applications/System
@@ -273,6 +273,11 @@ fi
273273

274274

275275
%changelog
276+
* Wed Mar 18 2026 Kun Lai <laikun@linux.alibaba.com> - 0.5.0-1
277+
- ci: upgrade GitHub Actions to v6/v8 for Node.js 24 compatibility
278+
- build(makefile): update RPM spec Version field during version bump
279+
- ci: add GitHub Release notes generation workflow
280+
276281
* Tue Mar 03 2026 Kun Lai <laikun@linux.alibaba.com> - 0.4.0-1
277282
- feat(fs): replace is_empty_disk with more precise has_valuable_data
278283
- refactor(ci): add multi-arch RPM build with SLSA provenance support

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
cryptpilot (0.5.0) unstable; urgency=medium
2+
3+
* ci: upgrade GitHub Actions to v6/v8 for Node.js 24 compatibility
4+
* build(makefile): update RPM spec Version field during version bump
5+
* ci: add GitHub Release notes generation workflow
6+
7+
-- Kun Lai <laikun@linux.alibaba.com> Wed, 18 Mar 2026 19:07:26 +0800
8+
19
cryptpilot (0.3.1-1) unstable; urgency=medium
210

311
* feat(kbs): support both one-shot and daemon modes for CDH

0 commit comments

Comments
 (0)