chore(ostool): release v0.29.5 - #192
Merged
Merged
Conversation
There was a problem hiding this comment.
审查结论:批准。
- 变更内容:将
ostool从 0.29.4 发布为 0.29.5,同步更新ostool/Cargo.toml、Cargo.lock,并在ostool/CHANGELOG.md记录 PR #191 的修复。差异仅涉及发布元数据和 changelog,没有修改 CLI、库 API、配置格式或运行时实现。 - 影响范围:版本号在 manifest 与 lockfile 中一致,changelog 的版本比较链接和条目与本次 release-plz 发布内容一致;现有功能和公开契约看起来不受影响,改动是隔离的。
- 相似变更:对照历史 release PR #189 及仓库既有 release-plz 模式,本 PR 的版本/日志更新方式一致。
- CI 与本地验证:该 head 当前没有 GitHub check runs 或 status context,也没有观察到由本 PR 引起的失败 CI。按项目建议执行的
cargo fmt --check、cargo clippy --manifest-path ostool/Cargo.toml --all-features -- -D warnings、cargo test --manifest-path ostool/Cargo.toml --all-features均因审查环境未安装 Cargo 而无法启动(/bin/sh: 1: cargo: not found),不是代码诊断结果。 - 既有反馈:PR 当前没有既有 review、review comment 或 issue comment,因此没有未解决的反馈需要复核。
- 剩余风险:未发现需要阻塞合并的问题;唯一验证限制是当前环境缺少 Cargo。
Powered by gpt-5.6-luna
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.
🤖 New release
ostool: 0.29.4 -> 0.29.5 (✓ API compatible changes)Changelog
This PR was generated with release-plz.