Prepare v0.5.1 - #56
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.
Tip: disable this comment in your organization's Code Review settings.
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
Pull request overview
Promotes the 0.5.1-alpha.1 release candidate to the final 0.5.1 release across the crate metadata and changelog, aligning the repository state with the intended published version.
Changes:
- Bump crate version from
0.5.1-alpha.1to0.5.1inCargo.toml. - Update the lockfile’s
gatehousepackage entry to0.5.1. - Rename the changelog section header from
0.5.1-alpha.1to0.5.1.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| CHANGELOG.md | Promotes the changelog heading from the alpha tag to the final 0.5.1 heading. |
| Cargo.toml | Updates the crate’s package version to 0.5.1. |
| Cargo.lock | Updates the lockfile’s gatehouse package version to 0.5.1. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Summary
0.5.1-alpha.1candidate to final0.5.1The alpha exercised every tag-driven release stage successfully: exact-candidate CI, RustSec audit, package verification, crates.io Trusted Publishing/OIDC, and GitHub prerelease creation.
Validation
cargo auditcargo fmt --all -- --checkcargo clippy --all-targets --all-features -- -D warningscargo test --all-targets --all-featurescargo publish --dry-run --locked --allow-dirtygit diff --check