chore: bump version to 0.4.0#50
Merged
Merged
Conversation
🔒 门禁检查结果
Rust 测试覆盖率
前端测试覆盖率
✅ 所有检查通过,可以合入
|
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.
Problem
v0.3.0 shipped without Linux artifacts — the
build-linuxjob and Linux headless CLI support (#48) landed onmainonly after v0.3.0 was tagged. There is currently no released version carrying Linux binaries.Solution
Bump the three manually-managed version files
0.3.0 → 0.4.0so a new tag/release can be cut:Cargo.toml(workspace version, covers all three crates via inheritance)electron-app/package.jsonrelease.shpackages/*/package.jsonversions are intentionally not bumped —release.ymlrewrites them at publish time from the git tag (seerelease/release-pipeline.md§ Version Management).Test Plan
grepconfirms no other hardcoded0.3.0in source (only a historical plan doc, left as-is)git tag v0.4.0→git push origin v0.4.0→gh release create v0.4.0→release.ymlproduces macOS + Linux assets and publishes npm (cli-box-skill+ platform pkgs, incl. firstcli-box-linux-x64)🤖 Generated with Claude Code