Skip to content

Commit 3cbe8a8

Browse files
release: v0.294.0
1 parent 0c77621 commit 3cbe8a8

3 files changed

Lines changed: 24 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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exclude = ["crates/contracts"]
1010

1111
[package]
1212
name = "homeboy"
13-
version = "0.293.0"
13+
version = "0.294.0"
1414
edition = "2021"
1515
default-run = "homeboy"
1616
license = "MIT"

docs/changelog.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ All notable changes to Homeboy CLI are documented in this file.
44

55
(This file is embedded into the CLI binary and is also viewable via `homeboy changelog`.)
66

7+
## [0.294.0] - 2026-07-19
8+
9+
### Added
10+
- make the exec idempotency key an explicit controller-asserted field
11+
- report retained storage
12+
- close the exec enqueue-time race with an atomic durable-run-id dedup guard
13+
14+
### Fixed
15+
- ignore runner staging in snapshot cleanliness
16+
- register the component-script runner in every runner-dependent deps test
17+
- make controller-to-daemon submission durably idempotent
18+
- use one Lab routing argument in reverse cook fixture
19+
- account for artifact cleanup outcomes
20+
- tolerate transient Lab snapshot paths
21+
- fix(agent-task): await detached handoff aggregate
22+
- preserve cook attempts during Lab transport readiness
23+
- adopt equivalent retried cook attempts
24+
- converge orphaned controller scratch lifecycle
25+
- converge task build artifacts after runs
26+
- let immutable adoption bypass patch selection
27+
- isolate three agent-task lifecycle tests from shared runtime state
28+
729
## [0.293.0] - 2026-07-19
830

931
### Added

0 commit comments

Comments
 (0)