Skip to content

Commit f29f039

Browse files
imlk0claude
andcommitted
chore: bump version to 0.3.5
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8e36caa commit f29f039

4 files changed

Lines changed: 17 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.3.4"
13+
version = "0.3.5"
1414

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

cryptpilot.spec

Lines changed: 5 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.3.4
5+
Version: 0.3.5
66
Release: %{release_num}%{?dist}
77
Summary: Full-disk encryption and data protection tool for confidential computing
88
Group: Applications/System
@@ -271,6 +271,10 @@ fi
271271

272272

273273
%changelog
274+
* Thu Jun 25 2026 Kun Lai <laikun@linux.alibaba.com> - 0.3.5-1
275+
- ci: run workflows on PRs to any branch
276+
- feat(core): add VolumeInitState enum and get_init_state() API
277+
274278
* Tue Feb 03 2026 Kun Lai <laikun@linux.alibaba.com> - 0.3.4-1
275279
- fix: correct is_empty_disk logic and streamline filesystem creation
276280
- fix: replace makefs_if_empty with force_mkfs for reliable volume initialization

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
cryptpilot (0.3.5) unstable; urgency=medium
2+
3+
* ci: run workflows on PRs to any branch
4+
* feat(core): add VolumeInitState enum and get_init_state() API
5+
6+
-- Kun Lai <laikun@linux.alibaba.com> Thu, 25 Jun 2026 20:34:17 +0800
7+
18
cryptpilot (0.3.1-1) unstable; urgency=medium
29

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

0 commit comments

Comments
 (0)