Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. 4 Skipped Deployments
|
✅ Playwright Test ReportStatus: Tests passed 📊 Download Report & Snapshots (see Artifacts section) What's in the Visual SnapshotsThe gallery includes visual snapshots for:
Run ID: 23683805212 |
|
PR Review for release v0.3.2 - Overall this is a clean release PR. The changelog follows Keep a Changelog conventions, the diff is minimal, and the missing [0.3.1] link has been added. Main concern: semver. The release removes/renames public exports (markdown to formatting entry point, renderMarkdown/githubRenderer/htmlRenderer/slackRenderer, buildProofUrl utilities) which are breaking changes. A patch bump signals no breaking changes but consumers on ^0.3.1 will auto-upgrade and break. Recommend bumping to 0.4.0 or adding a Breaking Changes section. Minor: keygen mention in changelog not confirmed in PR 384 summary; normalize proxy wording could clarify --proxy is a global CLI flag. |
Summary
Changes since v0.3.1
verify --html,normalizecommand, proxy support, auth login/keygen flowsformattingmodule — renamed frommarkdown, new indicators exportPost-merge
After merging, tag and publish:
git tag v0.3.2 git push origin v0.3.2 gh release create v0.3.2 --generate-notes # The publish.yml workflow triggers on release creation