From 15446e3e04b12ed14c1b8ca5c70eb961b0c07cfd Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 5 Nov 2024 14:29:17 -0500 Subject: [PATCH] Release 1.1.2 I skipped 1.1.1 because it looks weird =) 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 965e46cb1..c4257171b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -165,7 +165,7 @@ dependencies = [ [[package]] name = "bootc-lib" -version = "1.1.0" +version = "1.1.2" dependencies = [ "anstream", "anstyle", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index c50c250a4..015b489c7 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.0" +version = "1.1.2" # 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"