Skip to content

Commit 4f332c1

Browse files
authored
chore(boil): Release 0.2.0 (#1460)
1 parent dcf5a40 commit 4f332c1

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@
44

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

7-
## [0.1.7] - 2026-03-03
7+
## [0.2.0] - 2026-04-14
8+
9+
[See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.1.7..boil-0.2.0)
10+
11+
### Improvements
12+
13+
- **BREAKING:** Refactor internal code structure ([#1451](https://github.com/stackabletech/docker-images/pull/1451)).
14+
15+
## [0.1.7] - 2026-03-04
816

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

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

0 commit comments

Comments
 (0)