From 8470660b3d1997263b187720a502fd02f1a3f782 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 15 Aug 2024 14:34:49 -0400 Subject: [PATCH] Release 0.1.15 The biggest feature here is the new support for "logically bound images", which is still classified as experimental, but we are very interested in feedback. 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 b81e788b..fafb77cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -165,7 +165,7 @@ dependencies = [ [[package]] name = "bootc-lib" -version = "0.1.14" +version = "0.1.15" dependencies = [ "anstream", "anstyle", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 96dcb2d3..769e2616 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 = "0.1.14" +version = "0.1.15" # For now don't bump this above what is currently shipped in RHEL9; # also keep in sync with the version in cli. rust-version = "1.75.0"