Skip to content

chore(release): sync repository version to 2.0.957 [skip release publish]#1249

Open
kantorcodes wants to merge 1 commit into
mainfrom
release/sync-repository-version-v2.0.957
Open

chore(release): sync repository version to 2.0.957 [skip release publish]#1249
kantorcodes wants to merge 1 commit into
mainfrom
release/sync-repository-version-v2.0.957

Conversation

@kantorcodes

Copy link
Copy Markdown
Member

Summary

  • sync repository version files to 2.0.957 after publish
  • keep repo-visible version metadata aligned with the released package artifacts

Testing

  • uv sync --frozen && uv run --no-sync python scripts/sync_repo_version.py --version "2.0.957"

@kantorcodes kantorcodes enabled auto-merge (squash) July 1, 2026 10:21

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the version of the hol-guard package from 2.0.922 to 2.0.957 across pyproject.toml, src/codex_plugin_scanner/version.py, and uv.lock. I have no feedback to provide on these changes.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@greptile-apps

greptile-apps Bot commented Jul 1, 2026

Copy link
Copy Markdown

Greptile Summary

This PR syncs the repository package version to 2.0.957. The main changes are:

  • pyproject.toml project version updated.
  • Runtime __version__ updated for package consumers.
  • Editable hol-guard lockfile entry updated.

Confidence Score: 4/5

The change is a narrow version metadata sync, with one action metadata mismatch that should be corrected before relying on this checkout for action installs.

The modified files are limited to version declarations and lock metadata, making the release sync straightforward to assess.

pyproject.toml and action/scanner-version.txt should be kept aligned so the repository version and action-installed scanner version match.

T-Rex T-Rex Logs

What T-Rex did

  • Viewed the pre-sync baseline of version metadata to verify the initial state, including an EXIT_CODE of 0.
  • Ran the version-sync operation and observed the post-sync results: the head metadata shows version 2.0.957 with alignment True; uv_sync_exit_code is 0, sync_script_exit_code is 1 with a message that the project.version could not be updated, followed by an empty git diff and an overall EXIT_CODE of 0.

View all artifacts

T-Rex Ran code and verified through T-Rex

Fix All in Codex

Reviews (1): Last reviewed commit: "chore(release): sync repository version ..." | Re-trigger Greptile

Comment thread pyproject.toml
[project]
name = "hol-guard"
version = "2.0.922"
version = "2.0.957"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Action Scanner Version Stays Stale

When this repository version is bumped to 2.0.957, the checked-in GitHub Action can still read action/scanner-version.txt and install the older scanner version from PyPI. If the action is consumed from this checkout before the action metadata is updated, users can see repository/package metadata for 2.0.957 while the action runs an older scanner.

Fix in Codex

@kilo-code-bot

kilo-code-bot Bot commented Jul 1, 2026

Copy link
Copy Markdown

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (3 files)
  • pyproject.toml - version bump to 2.0.957
  • src/codex_plugin_scanner/version.py - version bump to 2.0.957
  • uv.lock - version bump to 2.0.957 (generated lock file)

Reviewed by step-3.7-flash-20260528 · Input: 153.9K · Output: 3.3K · Cached: 209.8K

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant