Bump version to 3.14.2 and write release notes - #110
Merged
Merged
Conversation
Five commits since v3.14.1 fix what EC reports when a run is cancelled or interrupted, without changing detection, conversion, or refusal behavior: - GUI CSV export could report cancelled/stale-plan/mid-decide- cancellation files as Converted; CLI -Apply and direct scans could call unreached rows unchanged instead of NotAttempted (BL-31, BL-32, BL-33) - CSV export named the originally detected source instead of the encoding actually used for an explicit-source conversion - Direct scan cancellation returned exit 4 even with a reached failure, while -Apply already returned 3 for the same case - A cancellation timeout could drop the last refusal press (EC-32) Journal schema moves 5 to 6 (additive Interrupted flag, not enforced on read); plan schema stays at 6, semantics at 7. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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 free
to 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.
Summary
AssemblyInfo.csand the README heading to v3.14.2.docs/RELEASE-NOTES-v3.14.2.mdcovering the 5 commits since v3.14.1 — all fixes to what EC reports when a run is cancelled or interrupted (GUI CSV, CLI summary/journal, exit codes, source-encoding provenance). No detection or conversion-policy change.Interruptedflag, not enforced on read); plan schema stays at 6, conversion semantics at 7.Test plan
--versionreports3.14.2on the rebuilt binarydocs/Test-DefectBacklog.ps1: 77 findings — 66 fixed, 7 openrelease.ymlrehearsal viaworkflow_dispatchagainst this branch (checklist step 5, not yet run)🤖 Generated with Claude Code