From 0021e660fb9940f0e8c5eb8de27fc2f9e6e8ed59 Mon Sep 17 00:00:00 2001 From: Techassi Date: Tue, 18 Aug 2026 17:40:53 +0200 Subject: [PATCH] chore(boil): Release 0.3.2 --- Cargo.lock | 2 +- rust/boil/CHANGELOG.md | 8 ++++++++ rust/boil/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f454414d7..bc73caa8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -115,7 +115,7 @@ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8" [[package]] name = "boil" -version = "0.3.1" +version = "0.3.2" dependencies = [ "cap-std", "clap", diff --git a/rust/boil/CHANGELOG.md b/rust/boil/CHANGELOG.md index e35c68dbf..22386b250 100644 --- a/rust/boil/CHANGELOG.md +++ b/rust/boil/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. +## [0.3.2] - 2026-08-18 + +[See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.3.1..boil-0.3.2) + +### Features + +- Support for per-image build arguments ([#1603](https://github.com/stackabletech/docker-images/pull/1603)). + ## [0.3.1] - 2026-08-18 [See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.3.0..boil-0.3.1) diff --git a/rust/boil/Cargo.toml b/rust/boil/Cargo.toml index 9488f9a6f..4ea860e25 100644 --- a/rust/boil/Cargo.toml +++ b/rust/boil/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boil" -version = "0.3.1" # Managed by .scripts/release_boil.sh +version = "0.3.2" # Managed by .scripts/release_boil.sh edition = "2024" authors.workspace = true license.workspace = true