From a0ff5ee4abe0577d8e053cd0cd43548a38eb79f0 Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Tue, 7 Jul 2026 16:16:10 -0400 Subject: [PATCH] Release v0.1.1 Mostly so we can push a new release to crates.io which has the updated repository and website to reflect the move to the bootc-dev org. Signed-off-by: John Eckersberg --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8a90b65..f4c4f1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linux-kernel-cmdline" -version = "0.1.0" +version = "0.1.1" edition = "2024" rust-version = "1.87" license = "MIT OR Apache-2.0"