Prepare v0.5.1-alpha.1 - #55
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
Prepares the gatehouse crate for the v0.5.1-alpha.1 pre-release by aligning crate metadata, lockfile, and changelog to support a tag-driven release workflow.
Changes:
- Bump crate version to
0.5.1-alpha.1. - Update the
gatehouseentry inCargo.lockto the same pre-release version. - Rename the
0.5.1changelog section to0.5.1-alpha.1.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| CHANGELOG.md | Renames the 0.5.1 section to 0.5.1-alpha.1 for the alpha release entry. |
| Cargo.toml | Sets the crate version to 0.5.1-alpha.1. |
| Cargo.lock | Updates the lockfile package entry for gatehouse to 0.5.1-alpha.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.1Validation
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