Skip to content

Commit f2643eb

Browse files
authored
chore(boil): Release 0.2.1 (#1470)
* chore(boil): Release 0.2.1 * chore(nix): Add git-cliff as a dependency * docs(boil): Update release instructions * Apply suggestions from code review Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent 5ef2409 commit f2643eb

5 files changed

Lines changed: 12 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/boil/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
All notable changes to this project will be documented in this file.
66

7+
## [0.2.1] - 2026-04-17
8+
9+
[See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.2.0..boil-0.2.1)
10+
11+
### Features
12+
13+
- Relax vendor version constraint ([#1469](https://github.com/stackabletech/docker-images/pull/1469)).
14+
715
## [0.2.0] - 2026-04-14
816

917
[See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.1.7..boil-0.2.0)

rust/boil/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "boil"
3-
version = "0.2.0" # Managed by .scripts/release_boil.sh
3+
version = "0.2.1" # Managed by .scripts/release_boil.sh
44
edition = "2024"
55
authors.workspace = true
66
license.workspace = true

rust/boil/RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
To release a new version of `boil` the following steps need to be done:
44

5-
1. Make sure the local `main` branch is up-to-date and in a clean state.
5+
1. Make sure you are on `main` branch and it is up-to-date and in a clean state.
66
2. Run the `.scripts/release_boil.sh` script. This takes care of
77
- generating the changelog
88
- updating the `Cargo.toml` version

shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ pkgs.mkShell {
99
rustup
1010
nodejs
1111
zizmor
12+
git-cliff
1213
];
1314

1415
buildInputs = with pkgs; [

0 commit comments

Comments
 (0)