From 08bc4addc269ee2aa1617b584b1a78e3e0e28eaa Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 17:38:33 +0000 Subject: [PATCH] Release 1.14.1 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- crates/lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 292930975..387ff0a5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,7 +246,7 @@ dependencies = [ [[package]] name = "bootc-lib" -version = "1.14.0" +version = "1.14.1" dependencies = [ "anstream 1.0.0", "anstyle", diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 8b95f96fa..cdc22d953 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -6,7 +6,7 @@ name = "bootc-lib" repository = "https://github.com/bootc-dev/bootc" # The intention is we'll follow semver here, even though this # project isn't actually published as a crate. -version = "1.14.0" +version = "1.14.1" # In general we try to keep this pinned to what's in the latest RHEL9. rust-version = "1.85.0"