Skip to content

Commit e8206d0

Browse files
committed
chore(boil): Release 0.2.1
1 parent 5ef2409 commit e8206d0

3 files changed

Lines changed: 14 additions & 2 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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

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

7+
## [0.2.1] - 2026-04-17
8+
9+
[See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.2.0..boil-0.2.1)
10+
11+
### Features
12+
13+
- Relax vendor version constraint ([#1469](https://github.com/stackabletech/docker-images/pull/1469)).
14+
15+
### Miscellaneous
16+
17+
- Vendor openssl for better portability ([#1459](https://github.com/stackabletech/docker-images/pull/1459)).
18+
719
## [0.2.0] - 2026-04-14
820

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

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

0 commit comments

Comments
 (0)