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