Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request bumps the version of the sigstore-verification package to 0.2.2 and updates the CHANGELOG.md with details on recent fixes and dependency updates. A review comment points out that the release date in the changelog is set to a future date, which should be corrected to ensure accuracy.
|
|
||
| ## [Unreleased] | ||
|
|
||
| ## [0.2.2](https://github.com/jdx/sigstore-verification/compare/v0.2.1...v0.2.2) - 2026-04-03 |
Contributor
There was a problem hiding this comment.
The release date is set to a future date (2026-04-03). This appears to be an error, as release dates in a changelog should reflect the actual date of the release. The previous release entry also has a date set in the future. This might indicate an issue with the release automation process that should be investigated.
98ceee0 to
9b5a822
Compare
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
sigstore-verification: 0.2.1 -> 0.2.2 (✓ API compatible changes)Changelog
This PR was generated with release-plz.
Note
Low Risk
Low risk: this PR only updates release metadata (crate version and changelog) without changing library code or behavior.
Overview
Prepares the
v0.2.2release by bumpingCargo.tomlfrom0.2.1to0.2.2and adding the correspondingCHANGELOG.mdsection.The changelog notes the builder pattern for a customizable GitHub API URL, a fix to generate
Cargo.lockbefore security audit, and several CI/dependency pin updates.Reviewed by Cursor Bugbot for commit 9b5a822. Bugbot is set up for automated code reviews on this repo. Configure here.