Skip to content

Commit 027ea96

Browse files
committed
chore(boil): Release 0.2.2
1 parent ba2b1e4 commit 027ea96

3 files changed

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

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

7+
## [0.2.2] - 2026-06-12
8+
9+
[See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.2.1..boil-0.2.2)
10+
11+
### Features
12+
13+
- Improve empty image version filter error ([#1527](https://github.com/stackabletech/docker-images/pull/1527)).
14+
- Add new image check command ([#1464](https://github.com/stackabletech/docker-images/pull/1464)).
15+
716
## [0.2.1] - 2026-04-17
817

918
[See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.2.0..boil-0.2.1)
@@ -12,6 +21,10 @@ All notable changes to this project will be documented in this file.
1221

1322
- Relax vendor version constraint ([#1469](https://github.com/stackabletech/docker-images/pull/1469)).
1423

24+
### Miscellaneous
25+
26+
- Vendor openssl for better portability ([#1459](https://github.com/stackabletech/docker-images/pull/1459)).
27+
1528
## [0.2.0] - 2026-04-14
1629

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

0 commit comments

Comments
 (0)