Skip to content

Commit 0c27a4f

Browse files
committed
chore: bump version to 0.3.3
Signed-off-by: Kun Lai <laikun@linux.alibaba.com>
1 parent e4c90e8 commit 0c27a4f

4 files changed

Lines changed: 10 additions & 7 deletions

File tree

.qoder/commands/create_release_pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ type: project_command
33
description: create a bump version commit and a release-xxx pr for reviewing
44
---
55

6-
Please create a new branch (named in the format release-xxx) on the current HEAD, then bump the software version to the version number specified by this command (modifications are required in both cargo.toml and .spec files. For the .spec file, you also need to update the changelog using the correct date of the day (you should get this via the date command). The changelog should be created based on the commit differences between the current and previous versions, excluding any commits that don't belong to this branch). Then use the cargo command to update the version number in cargo.lock. Finally, please create a commit named "chore: bump version to xxxx". Then create a PR and submit it to GitHub for my review. That's it.
6+
Please create a new branch (named in the format release-xxx) on the current HEAD, then bump the software version to the version number specified by this command (modifications are required in both cargo.toml and .spec files. For the .spec file, you also need to update the changelog using the correct date of the day (you should get this via the date command). The changelog should be created based on the commit differences between the current and previous versions, excluding any commits that don't belong to this branch). After updating the version in cargo.toml, please update cargo.lock using the cargo command but ensure that only the current crate's version is updated without changing other dependency crate versions. Finally, please create a commit named "chore: bump version to xxxx". Then create a PR and submit it to GitHub for my review. That's it.

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.2"
13+
version = "0.3.3"
1414

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

cryptpilot.spec

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

272272

273273
%changelog
274+
* Mon Feb 02 2026 Kun Lai <laikun@linux.alibaba.com> - 0.3.3-1
275+
- feat(luks2): implement atomic initialization check with subsystem
276+
274277
* Wed Jan 28 2026 Kun Lai <laikun@linux.alibaba.com> - 0.3.2-1
275278
- fix: gracefully handle NTP time sync failure in boot service
276279
- fix: simplify LVM partition creation to use remaining disk space

0 commit comments

Comments
 (0)