Skip to content

Commit a6df3a5

Browse files
authored
chore(boil): Release 0.1.7 (#1440)
* chore(boil): Release 0.1.7 * fix: Correctly track Cargo.lock changes * chore: Use correct changelog
1 parent 058029d commit a6df3a5

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

.scripts/release_boil.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if git diff-index --quiet HEAD --; then
5656
exit 1
5757
fi
5858

59-
git add rust/boil/CHANGELOG.md rust/boil/Cargo.*
59+
git add rust/boil/CHANGELOG.md rust/boil/Cargo.* Cargo.lock
6060
git commit --message "chore(boil): Release $CLEANED_BUMPED_VERSION" --no-verify --gpg-sign
6161

6262
echo "Pushing changes and raising PR"

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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44

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

7+
## [0.1.7] - 2026-03-03
8+
9+
[See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.1.6..boil-0.1.7)
10+
11+
### Features
12+
13+
- Provide more build args ([#1365](https://github.com/stackabletech/docker-images/pull/1365)).
14+
15+
### Bug Fixes
16+
17+
- RUSTSEC-2026-0007 and 2026-0009 ([#1434](https://github.com/stackabletech/docker-images/pull/1434)).
18+
19+
### Miscellaneous
20+
21+
- Adjust git-cliff config ([#1441](https://github.com/stackabletech/docker-images/pull/1441)).
22+
723
## [0.1.6] - 2025-11-07
824

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

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

0 commit comments

Comments
 (0)