Release P5-T1: Prepare 0.4.0 release — CHANGELOG date and quality gate verification#146
Merged
SoundBlaster merged 4 commits intomainfrom Mar 6, 2026
Merged
Conversation
Adds Phase 5 (Release) to the workplan with P5-T1 tracking the v0.4.0 publication steps: CHANGELOG date update, git tag, PyPI publish, MCP Registry update, and badge verification. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…uality gates - Change CHANGELOG.md [0.4.0] date from 2026-02-20 to 2026-03-06 (actual release date) - All quality gates verified: 785 tests, 90.91% coverage, ruff clean, mypy clean, DocC sync clean, package assets (wheel + sdist) confirmed - Mark P5-T1 as completed in Workplan.md and next.md - Add P5-T1_Validation_Report.md with full gate results Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <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
CHANGELOG.md[0.4.0]date from placeholder2026-02-20to actual release date2026-03-06mainHEAD before tag creationQuality Gates Verified (all PASS)
make testmake lintmake format-checkmake typecheckmake doccheck-allmake package-assets-checkRelease Artifact Status
pyproject.tomlversion0.4.0server.jsonversion0.4.0CHANGELOG.md [0.4.0]date2026-03-06(updated)push: tags: ["v*"]inpublish-mcp.ymlManual Release Steps (human operator, post-merge)
After merging this PR, the release operator must run:
What is NOT in this PR (by design)
git tag v0.4.0push — requires human confirmation and PyPI OIDC credentials active in CIpublish-mcp.ymlTest plan
make test— 785 tests pass, 90.91% coveragemake lint && make format-check— zero ruff issuesmake typecheck— mypy cleanmake doccheck-all— DocC mirrors in syncmake package-assets-check— Web UI assets in both wheel and sdistgrep "[0.4.0]" CHANGELOG.md→## [0.4.0] - 2026-03-06🤖 Generated with Claude Code