Uh oh!
There was an error while loading. Please reload this page.
chore(release): cut 0.1.30 - #433
Merged
Merged
Conversation
Relocates the six changelog entries from #431, which a stale-branch merge placed inside the already-released 0.1.28 section, into the new 0.1.30 section under the correct Keep a Changelog headings. Previously released sections are restored byte-for-byte. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Jason Robert (jrob5756)
commented
Aug 14, 2026
CollaboratorAuthor
Note on the red check — pre-existing, unrelated to this release
Every other check passes: Lint, Type Check, Frontend, Test (3.12/3.13 ubuntu), Install Scripts (ubuntu + windows), Validate Example Workflows, CLA. Suggested follow-up, separate from this release: raise the Windows |
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 0.1.30
Previous release: v0.1.29 (2026-08-13) → new version: 0.1.30, tag v0.1.30.
Commit audit
1 commit in
v0.1.29..main, all audited:d785a28conductor fleet, and an interactive TUI (#431)Changelog reconciliation
#431's six changelog entries were merged into the already-released
[0.1.28]section's### Fixedheading — a stale-branch artifact — while[Unreleased]was left empty. This PR:[0.1.28]section, restoring every previously released section byte-for-byte identical tov0.1.29:CHANGELOG.md;[0.1.30]with correct Keep a Changelog headings:conductor stop/fleet listdiscovery of every run mode (including the foreground-stop confirmation behavior change andstop --run-id); the optionalconductor fleetTextual TUI (conductor-cli[tui]);~/.conductor/config.tomlwith[fleet.retention];workflow_startednow records the run's resolvedinputs;conductor stopagainst a foreground run was a silent no-op under the interactive keyboard listener; aquestionsnode never emitted the matchinggate_resolved.[Unreleased]section compared againstv0.1.30.Entry prose is preserved from #431; only placement, category, and PR links changed.
Version
pyproject.toml[project].version→0.1.30uv.lockregenerated withuv lock(only theconductor-cliproject version changed; no dependency movement)Diff is limited to
CHANGELOG.md,pyproject.toml, anduv.lock.Validation
All run against this branch:
make check— ruff check, ruff format --check (406 files),ty check— all cleanmake test— 7060 passed, 39 skipped, 0 failures (4m37s)make validate-examples— exit 0 (run for extra confidence; no schema or example changes in this release range)git diff --check— cleanAfter merge
Merging this PR will be followed by tagging the merge commit
v0.1.30and pushing it, which triggers.github/workflows/release.ymlto build and publish the GitHub Release with its artifacts.