docs(changelog): add v0.4.11 release entry (2026-07-25) (MUL-5284)#5916
Merged
Conversation
Co-authored-by: multica-agent <github@multica.ai>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Background
Daily release confirmation for MUL-5284. Adds the
/changelogentry for today's release and bumpsapps/web/package.jsonto the new version. Covers all 4 commits onmainsince the last release tagv0.4.10.Version
0.4.10→0.4.11(patch bump). All four changes are enhancements to existing surfaces / small features / a cleanup revert — no headline new product feature, so per the versioning rule this is a patch, not a minor.Scope (v0.4.10..main, 4 commits)
Features
#5910add Claude Opus 5 to the Claude runtime catalog (MUL-5282) — small (~108 LOC) — Jiayuan Zhang#5889GitHub API-snapshot PR cards: CI status + mergeability (MUL-5265) — large (~4.3k LOC) — Bohan JiangImprovements
#5895allow explicit persistent service handoffs (MUL-5274) — small (~55 LOC) — Bohan Jiang#5913revert domain-specific prompt additions (MUL-5261) — medium (revert, -499 LOC) — Jiayuan ZhangChanges in this PR
apps/web/features/landing/i18n/{en,zh,ja,ko}.ts— new0.4.11entry prepended tochangelog.entries, user-facing wording per the changelog language rules.apps/web/package.json—version→0.4.11.Testing
pnpm --filter @multica/web run typecheck— passed.pnpm --filter @multica/web exec vitest run features/landing/components/changelog-page-client.test.ts— 3 tests passed.