Skip to content

fix: accept 2-part versions in all semver validators - #124

Merged
Coding-Dev-Tools merged 1 commit into
mainfrom
fix/all-remaining-semver-validators
Aug 6, 2026
Merged

fix: accept 2-part versions in all semver validators#124
Coding-Dev-Tools merged 1 commit into
mainfrom
fix/all-remaining-semver-validators

Conversation

@Coding-Dev-Tools

Copy link
Copy Markdown
Owner

Last batch of semver validators rejecting version 1.5:\n\n1. verify_release_artifacts.py pypi_artifacts() fullmatch\n2. update.py _SEMVER regex and _select_latest_tag\n3. test_update.py parametrize updated (v1.0 now valid)\n\nAll 142 related tests pass.

- verify_release_artifacts.py: fullmatch accepts x.y and x.y.z
- update.py _SEMVER: accepts v-prefixed 2-part and 3-part versions
- update.py _select_latest_tag: handles optional patch group
- test_update.py: removed v1.0 from rejection list (now valid)
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

@Coding-Dev-Tools
Coding-Dev-Tools merged commit 2e86e7a into main Aug 6, 2026
23 checks passed
@Coding-Dev-Tools
Coding-Dev-Tools deleted the fix/all-remaining-semver-validators branch August 6, 2026 00:02
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