From 250fabc3394e81890eadf810742b72c55aca7bf7 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 08:16:12 +0000 Subject: [PATCH] Release 0.19.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- crates/kit/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 855ad682c..377814758 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -186,7 +186,7 @@ checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5" [[package]] name = "bcvk" -version = "0.18.0" +version = "0.19.0" dependencies = [ "base64 0.23.1", "bcvk-qemu", diff --git a/crates/kit/Cargo.toml b/crates/kit/Cargo.toml index a9b3549c1..7803287a5 100644 --- a/crates/kit/Cargo.toml +++ b/crates/kit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bcvk" -version = "0.18.0" +version = "0.19.0" edition = "2021" publish = false