Skip to content

Commit 3434f41

Browse files
committed
chore(boil): Release 0.1.7
1 parent 28028af commit 3434f41

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

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.
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)