File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ if git diff-index --quiet HEAD --; then
5656 exit 1
5757fi
5858
59- git add rust/boil/CHANGELOG.md rust/boil/Cargo.*
59+ git add rust/boil/CHANGELOG.md rust/boil/Cargo.* Cargo.lock
6060git commit --message " chore(boil): Release $CLEANED_BUMPED_VERSION " --no-verify --gpg-sign
6161
6262echo " Pushing changes and raising PR"
Original file line number Diff line number Diff line change 44
55All 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 )
Original file line number Diff line number Diff line change 11[package ]
22name = " boil"
3- version = " 0.1.6 " # Managed by .scripts/release_boil.sh
3+ version = " 0.1.7 " # Managed by .scripts/release_boil.sh
44edition = " 2024"
55authors.workspace = true
66license.workspace = true
You can’t perform that action at this time.
0 commit comments