diff --git a/.scripts/release_boil.sh b/.scripts/release_boil.sh index 9ed1b654e..6269f184c 100755 --- a/.scripts/release_boil.sh +++ b/.scripts/release_boil.sh @@ -56,7 +56,7 @@ if git diff-index --quiet HEAD --; then exit 1 fi -git add rust/boil/CHANGELOG.md rust/boil/Cargo.* +git add rust/boil/CHANGELOG.md rust/boil/Cargo.* Cargo.lock git commit --message "chore(boil): Release $CLEANED_BUMPED_VERSION" --no-verify --gpg-sign echo "Pushing changes and raising PR" diff --git a/Cargo.lock b/Cargo.lock index 46675c5b6..99063a5e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -87,7 +87,7 @@ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" [[package]] name = "boil" -version = "0.1.6" +version = "0.1.7" dependencies = [ "cap-std", "clap", diff --git a/rust/boil/CHANGELOG.md b/rust/boil/CHANGELOG.md index fccd2e975..2debb72fc 100644 --- a/rust/boil/CHANGELOG.md +++ b/rust/boil/CHANGELOG.md @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. +## [0.1.7] - 2026-03-03 + +[See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.1.6..boil-0.1.7) + +### Features + +- Provide more build args ([#1365](https://github.com/stackabletech/docker-images/pull/1365)). + +### Bug Fixes + +- RUSTSEC-2026-0007 and 2026-0009 ([#1434](https://github.com/stackabletech/docker-images/pull/1434)). + +### Miscellaneous + +- Adjust git-cliff config ([#1441](https://github.com/stackabletech/docker-images/pull/1441)). + ## [0.1.6] - 2025-11-07 [See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.1.5..boil-0.1.6) diff --git a/rust/boil/Cargo.toml b/rust/boil/Cargo.toml index b1107d952..d2f71c99e 100644 --- a/rust/boil/Cargo.toml +++ b/rust/boil/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boil" -version = "0.1.6" # Managed by .scripts/release_boil.sh +version = "0.1.7" # Managed by .scripts/release_boil.sh edition = "2024" authors.workspace = true license.workspace = true