diff --git a/Cargo.lock b/Cargo.lock index 2bec7af8d..55e1ed370 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -87,7 +87,7 @@ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" [[package]] name = "boil" -version = "0.2.0" +version = "0.2.1" dependencies = [ "cap-std", "clap", diff --git a/rust/boil/CHANGELOG.md b/rust/boil/CHANGELOG.md index ca1266f9a..7ad7d49d7 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.2.1] - 2026-04-17 + +[See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.2.0..boil-0.2.1) + +### Features + +- Relax vendor version constraint ([#1469](https://github.com/stackabletech/docker-images/pull/1469)). + ## [0.2.0] - 2026-04-14 [See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.1.7..boil-0.2.0) diff --git a/rust/boil/Cargo.toml b/rust/boil/Cargo.toml index 3f6e750c1..c33bcc479 100644 --- a/rust/boil/Cargo.toml +++ b/rust/boil/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boil" -version = "0.2.0" # Managed by .scripts/release_boil.sh +version = "0.2.1" # Managed by .scripts/release_boil.sh edition = "2024" authors.workspace = true license.workspace = true diff --git a/rust/boil/RELEASE.md b/rust/boil/RELEASE.md index 4ad20dfc5..493f52f7b 100644 --- a/rust/boil/RELEASE.md +++ b/rust/boil/RELEASE.md @@ -2,7 +2,7 @@ To release a new version of `boil` the following steps need to be done: -1. Make sure the local `main` branch is up-to-date and in a clean state. +1. Make sure you are on `main` branch and it is up-to-date and in a clean state. 2. Run the `.scripts/release_boil.sh` script. This takes care of - generating the changelog - updating the `Cargo.toml` version diff --git a/shell.nix b/shell.nix index b8058d582..ed1742207 100644 --- a/shell.nix +++ b/shell.nix @@ -9,6 +9,7 @@ pkgs.mkShell { rustup nodejs zizmor + git-cliff ]; buildInputs = with pkgs; [