Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .scripts/release_boil.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ git-cliff --config rust/boil/cliff.toml --tag "$BUMPED_VERSION" > rust/boil/CHAN

echo "Updating the version to $CLEANED_BUMPED_VERSION in the Cargo.toml file"
sed -E -i "s/^version = .* $MESSAGE$/version = \"$CLEANED_BUMPED_VERSION\" $MESSAGE/" rust/boil/Cargo.toml
cargo check

echo "Committing changes"
# Make sure that there are changes to be committed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions rust/boil/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

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

## [0.1.6] - 2025-11-07

[See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.1.5..boil-0.1.6)

### Bug Fixes

- Set correct release version in container image metadata ([#1341](https://github.com/stackabletech/docker-images/pull/1341)).

## [0.1.5] - 2025-10-14

[See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.1.4..boil-0.1.5)
Expand Down
2 changes: 1 addition & 1 deletion rust/boil/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "boil"
version = "0.1.5" # Managed by .scripts/release_boil.sh
version = "0.1.6" # Managed by .scripts/release_boil.sh
edition = "2024"
authors.workspace = true
license.workspace = true
Expand Down