From fcb4dd9915bb0ea29ca0fb496a61e9b3b2b78c4a Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 15 Oct 2024 13:35:06 -0400 Subject: [PATCH] lib: Bump version to 1.1.0 We'll support all APIs and features we have now for the forseeable future. Why not 1.0.0? Just to avoid making this version feel too "special". Signed-off-by: Colin Walters --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index e553c9294..94ca62bb9 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.16" +version = "1.1.0" # 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"