Merged
Conversation
Signed-off-by: Michael Kantor <6068672+kantorcodes@users.noreply.github.com>
Code Review SummaryStatus: No Issues Found | Recommendation: Merge OverviewSimple version reference update from 1.2.0 → 1.4.0 across docs and test, plus cache-busting query params on the PyPI badge URL.
Files Reviewed (3 files)
Reviewed by mimo-v2-pro-20260318 · 126,900 tokens |
There was a problem hiding this comment.
Code Review
This pull request updates the documentation and test suite to reflect a version bump from 1.2.0 to 1.4.0. Specifically, it updates example release tags in the README files and adjusts the scanner version in a test case. Additionally, the PyPI badge in the main README was updated to use an SVG format with a cache duration. I have no feedback to provide as there were no review comments.
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.
Summary
Verification
gh api https://pypi.org/pypi/codex-plugin-scanner/json --jq .info.version->1.4.0gh api https://img.shields.io/pypi/v/codex-plugin-scanner.svg?logo=pypi&logoColor=white&cacheSeconds=300returns an SVG witharia-label="pypi: v1.4.0"/Users/michaelkantor/CascadeProjects/codex-plugin-scanner/.venv/bin/python -c import sys, pytest; sys.path.insert(0, "src"); raise SystemExit(pytest.main(["tests/test_submission.py", "-q"]))