chore(ostool): release v0.30.0 - #195
Open
github-actions[bot] wants to merge 1 commit into
Open
github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
本次审查结论:批准合并。
变更概述
本 PR 将 ostool 从 0.29.5 发布为 0.30.0,更新 ostool/Cargo.toml、Cargo.lock 和 ostool/CHANGELOG.md,记录 #193 的可选 ELF 调试产物与元数据解析。变更与 release-plz 生成的发布流程一致。
影响范围
改动仅涉及发布元数据,没有修改运行时代码;ostool manifest 与 lockfile 的版本均为 0.30.0。0.30.0 也与 #193 报告的公开 API breaking change 相符,未发现其他 crate、接口或运行时行为被本 PR 直接改变。与历史发布 PR(#192、#188)相比,版本和 changelog 更新模式一致。
验证与上下文
- GitHub 当前没有该 head 的 check runs,也没有 commit status。
git diff --check、Cargo TOML/lock TOML 解析以及 manifest/lock 版本一致性检查通过。cargo fmt --check、cargo clippy --manifest-path ostool/Cargo.toml --all-features -- -D warnings和cargo test --manifest-path ostool/Cargo.toml --all-features均因审查环境未安装cargo而返回 127,无法在本地补跑;这不是由本 PR 引起的失败。- 未发现此前 review 或 issue comments;当前没有未解决问题。该 PR 没有新增需要覆盖的运行时行为,完整 Rust 检查仍应由 CI 或具备 Cargo 的环境执行。
Powered by gpt-5.6-luna
This branch has not been deployed
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.5 -> 0.30.0 (⚠ API breaking changes)⚠
ostoolbreaking changesChangelog
This PR was generated with release-plz.