Skip to content

chore(release): prepare v0.23.0#175

Merged
debugmcpdev merged 1 commit into
mainfrom
chore/release-v0.23.0
Jul 9, 2026
Merged

chore(release): prepare v0.23.0#175
debugmcpdev merged 1 commit into
mainfrom
chore/release-v0.23.0

Conversation

@debugmcpdev

Copy link
Copy Markdown
Collaborator

Summary

Prepares the v0.23.0 release: moves CHANGELOG.md's Unreleased section into a dated 0.23.0 entry and bumps root package.json version for consistency.

Version bump rationale (minor, not patch or major): two backward-compatible optional MCP tool parameters were added since v0.22.0 — verifyTimeout on create_debug_session/attach_to_process (#147) and timeout on evaluate_expression/redefine_classes (#148) — plus an additive pending: true response 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.0 and push the tag to trigger release.yml — this will be the first real run of the SLSA-provenance job from #164.

🤖 Generated with Claude Code

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>
@debugmcpdev debugmcpdev merged commit 74c73b5 into main Jul 9, 2026
8 checks passed
@codecov

codecov Bot commented Jul 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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.

2 participants