From 43380a085c68a9bfceeba03f5b906327c820f754 Mon Sep 17 00:00:00 2001 From: Techassi Date: Fri, 21 Aug 2026 11:30:20 +0200 Subject: [PATCH] chore(boil): Release 0.3.3 --- Cargo.lock | 2 +- rust/boil/CHANGELOG.md | 13 +++++++++++++ rust/boil/Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc73caa8f..87ab4b228 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -115,7 +115,7 @@ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8" [[package]] name = "boil" -version = "0.3.2" +version = "0.3.3" dependencies = [ "cap-std", "clap", diff --git a/rust/boil/CHANGELOG.md b/rust/boil/CHANGELOG.md index 22386b250..498a3c52f 100644 --- a/rust/boil/CHANGELOG.md +++ b/rust/boil/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. +## [0.3.3] - 2026-08-21 + +[See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.3.2..boil-0.3.3) + +### Features + +- Add floating-tag tool ([#1607](https://github.com/stackabletech/docker-images/pull/1607)). +- Add circular local image dependency detection ([#1605](https://github.com/stackabletech/docker-images/pull/1605)). + +### Bug Fixes + +- Only include prerelease data if present ([#1606](https://github.com/stackabletech/docker-images/pull/1606)). + ## [0.3.2] - 2026-08-18 [See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.3.1..boil-0.3.2) diff --git a/rust/boil/Cargo.toml b/rust/boil/Cargo.toml index 4ea860e25..3c591f2eb 100644 --- a/rust/boil/Cargo.toml +++ b/rust/boil/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boil" -version = "0.3.2" # Managed by .scripts/release_boil.sh +version = "0.3.3" # Managed by .scripts/release_boil.sh edition = "2024" authors.workspace = true license.workspace = true