Skip to content

Commit 5f33b19

Browse files
authored
chore(boil): Release 0.1.6 (#1342)
* chore(boil): Release 0.1.6 * chore: Update Cargo.lock * chore: Update release script
1 parent 6133bcb commit 5f33b19

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

.scripts/release_boil.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ git-cliff --config rust/boil/cliff.toml --tag "$BUMPED_VERSION" > rust/boil/CHAN
4747

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

5152
echo "Committing changes"
5253
# Make sure that there are changes to be committed

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.1.6] - 2025-11-07
8+
9+
[See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.1.5..boil-0.1.6)
10+
11+
### Bug Fixes
12+
13+
- Set correct release version in container image metadata ([#1341](https://github.com/stackabletech/docker-images/pull/1341)).
14+
715
## [0.1.5] - 2025-10-14
816

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

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.1.5" # Managed by .scripts/release_boil.sh
3+
version = "0.1.6" # Managed by .scripts/release_boil.sh
44
edition = "2024"
55
authors.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)