Skip to content

Commit fed1d98

Browse files
authored
chore(boil): Release 0.2.3-rc.1 (#1560)
1 parent 8c604b3 commit fed1d98

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,19 @@
44

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

7+
## [0.2.3-rc.1] - 2026-07-01
8+
9+
[See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.2.2..0.2.3-rc.1)
10+
11+
### Features
12+
13+
- Add support for floating tags ([#1555](https://github.com/stackabletech/docker-images/pull/1555)).
14+
- Add image size command ([#1536](https://github.com/stackabletech/docker-images/pull/1536)).
15+
16+
### Documentation
17+
18+
- Add config section to README ([#1538](https://github.com/stackabletech/docker-images/pull/1538)).
19+
720
## [0.2.2] - 2026-06-12
821

922
[See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.2.1..boil-0.2.2)

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

0 commit comments

Comments
 (0)