chore(release): prepare v0.23.0#175
Merged
Merged
Conversation
Minor bump: two backward-compatible optional MCP tool parameters were added since v0.22.0 (verifyTimeout on create_debug_session/ attach_to_process, timeout on evaluate_expression/redefine_classes), plus an additive pending:true response field on the step/pause/continue tools. Everything else in the range is pure bug fixes, CI/build/test hardening, and the OpenSSF Scorecard security sprint (6.0 -> 8.7). CHANGELOG.md: moves Unreleased into a dated 0.23.0 section. package.json: root version bump for consistency (the published CLI package version is set from the git tag at publish time, so this is cosmetic, not load-bearing). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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
Prepares the v0.23.0 release: moves
CHANGELOG.md's Unreleased section into a dated0.23.0entry and bumps rootpackage.jsonversion for consistency.Version bump rationale (minor, not patch or major): two backward-compatible optional MCP tool parameters were added since v0.22.0 —
verifyTimeoutoncreate_debug_session/attach_to_process(#147) andtimeoutonevaluate_expression/redefine_classes(#148) — plus an additivepending: trueresponse field on the step/pause/continue tools (#144). That's new backward-compatible functionality on the public tool surface, which is minor under semver regardless of how the individual PRs were titled. Everything else in the range is pure bug fixes or CI/build/test/security hardening with no schema changes — no new language adapter, nothing breaking.Full changelog categorization is in the diff.
Next step after merge: tag
v0.23.0and push the tag to triggerrelease.yml— this will be the first real run of the SLSA-provenance job from #164.🤖 Generated with Claude Code