From 74da1bdea3c2ac351d4dac7202b2bd1cb1317d26 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 12 Sep 2024 10:46:39 -0400 Subject: [PATCH] Release 0.1.16 The major change here is we dropped our dependency on `gdisk` in favor of sfdisk from util-linux, which is more widely available and better maintained. 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 89d96f90..3f5ff95a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -165,7 +165,7 @@ dependencies = [ [[package]] name = "bootc-lib" -version = "0.1.15" +version = "0.1.16" dependencies = [ "anstream", "anstyle", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index b1e4ce50..c0a36c10 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.15" +version = "0.1.16" # 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"