From 6f1bb750e6df59ac5bcc87619d1c0acebb90cb94 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 3 Mar 2025 08:20:28 -0500 Subject: [PATCH] Release 1.1.6 A fair numebr of fixes and smaller features here. Signed-off-by: Colin Walters --- Cargo.lock | 2 +- lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bafd2495..90a3982a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -198,7 +198,7 @@ dependencies = [ [[package]] name = "bootc-lib" -version = "1.1.5" +version = "1.1.6" dependencies = [ "anstream", "anstyle", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index b4e93dac..91e6b5bc 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0" name = "bootc-lib" readme = "README.md" repository = "https://github.com/containers/bootc" -version = "1.1.5" +version = "1.1.6" # In general we try to keep this pinned to what's in the latest RHEL9. # However right now, we bumped to 1.82 as that's what composefs-rs uses. rust-version = "1.82.0"