Skip to content

Bump 0.21.1 -- post-process exit-code propagation#106

Merged
moodmosaic merged 2 commits into
masterfrom
release/0.21.1
Jun 8, 2026
Merged

Bump 0.21.1 -- post-process exit-code propagation#106
moodmosaic merged 2 commits into
masterfrom
release/0.21.1

Conversation

@moodmosaic

@moodmosaic moodmosaic commented Jun 8, 2026

Copy link
Copy Markdown
Member

Summary

  • Cut 0.21.1 to release and tag the post-process exit-code propagation that merged in Propagate post-process container exit code #105 — it shipped to master without a version bump.
  • Document the new contract so callers (CI workflows, daemons) know post-process/wait now gate on the container's exit code.
  • Docs + version only; no code change in this PR.

Changes

  • CHANGELOG.md: add a ## 0.21.1 section describing the exit-code propagation fix (harvest still runs; non-zero container exit now propagates).
  • USAGE.md: note in the post-processing section that ./launch.sh post-process (and wait) exit with the container's code after harvesting.
  • VERSION: 0.21.0 -> 0.21.1.

Test plan

  • ./tests/test.sh --unit — 1357 passed, 0 failed.
  • Version gate (mirrors CI): CHANGELOG.md contains ## 0.21.1, and 0.21.0 -> 0.21.1 increments under sort -V.
  • After merge: git tag -a v0.21.1 <merge> -m "v0.21.1 -- post-process exit-code propagation", then git push origin --tags.

The exit-code change merged in #105 shipped without a USAGE note.
Document that post-process and wait now exit with the container's
code after harvesting, so CI and daemons can gate on partial state.
Release the post-process exit-code propagation merged in #105 so the
fix is tagged. Patch bump: the behavior change already shipped on
master; this records it in the changelog and version.
@moodmosaic moodmosaic merged commit e36501c into master Jun 8, 2026
5 checks passed
@moodmosaic moodmosaic deleted the release/0.21.1 branch June 8, 2026 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant