chore(release): bump version to 0.9.0 - #217
Merged
Merged
Conversation
自 v0.8.0 累积 19 个 PR(#196–#216)。升 minor 而非 patch 的理由: 在线插件分发链路本版首次真正可用(#202 安全模型 + #203 生产签名公钥), 插件广场提级到左栏并引入 Skill 三档生效方式(#198),属新增用户可见能力。 发版前回归(本 worktree 冷启动): - backend mvn -B test:318 通过 / 0 失败 / 2 跳过(JDK 21) - desktop npm test:14/14 - frontend check:emits:通过 - app-e2e:30/30(基线 29,#216 新增剪贴板面板一步) - lowa-e2e:38/38(持平 v0.8.0 基线) Co-Authored-By: Claude Opus 5 <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.
自 v0.8.0 累积 19 个 PR(#196–#216),版本号单一来源
desktop/package.json提到 0.9.0。为什么是 minor 而不是 patch
均为新增用户可见能力,与 v0.8.0 同量级。
本批主要内容
发版前回归(本 worktree 冷启动全跑)
mvn -B test(JDK 21)npm testcheck:emitstest:app-e2etest:lowa-e2eapp-e2e 报的一条 console 异常信号已查清:新前端打打包版 v0.8.0 常驻后端时
/api/plugins/market/list返回 code:1;用本分支后端复验为{"code":0,"plugins":[]},属旧后端契约产物,非回归。🤖 Generated with Claude Code