Uh oh!
There was an error while loading. Please reload this page.
chore(release): bump version to 0.2.2 - #265
Merged
Merged
Conversation
Ships the seven fixes merged since 0.2.1: - fix(bugs): print empty-results hint when --vulns alone yields no matches (#264) - fix(datetime): floor sub-second negative timestamps instead of snapping to epoch (#262) - chore(deps): bump rustls-webpki to 0.103.13 for RUSTSEC-2026-0104 (#263) - fix(repos): normalize whitespace in repo identifiers before lookup (#261) - fix(git): parse GitHub remotes with embedded http(s) credentials (#260) - fix(auth): redirect browser and surface OAuth errors on PKCE callback failure (#258) - refactor(config): rewrite update_config through the locked handle (#257) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
sachiniyertemporarily deployed
to
integration-tests
April 22, 2026 23:58 — with
GitHub Actions
Inactive
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Summary
Patch release rolling up the seven fixes merged since 0.2.1:
--vulnsalone yields no matches (fix(bugs): print empty-results hint when --vulns alone yields no matches #264)update_configthrough the locked handle (refactor(config): rewrite update_config through the locked handle #257)On merge, the release workflow will tag
v0.2.2and publish platform artifacts via cargo-dist.Test plan
cargo buildsucceeds with version 0.2.2v0.2.2is created on merge and release workflow publishes artifacts🤖 Generated with Claude Code