We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08195d commit 24cf2c2Copy full SHA for 24cf2c2
2 files changed
CHANGELOG.md
@@ -34,3 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
34
35
### Fixed
36
- Fix Windows installer build issue.
37
+
38
+## [0.3.0] - 2026-02-09
39
40
+### Fixed
41
+- Change ID option of `bootit alias add` to hexadecimal.
Cargo.toml
@@ -4,7 +4,7 @@ description = "Lightweight Boot Selector"
4
repository = "https://github.com/mincomk/bootit"
5
authors = ["mincomk <mail@drchi.co.kr>"]
6
license = "MIT"
7
-version = "0.2.2"
+version = "0.3.0"
8
edition = "2024"
9
10
[dependencies]
0 commit comments