chore: bump pyproject version to 0.21.2 to match CHANGELOG + v0.21.2 tag - #477
Merged
Merged
Conversation
The v0.21.2 tag never published to PyPI: the CircleCI pypi_publish job
validates CIRCLE_TAG == v${pyproject version}, but pyproject stayed at
0.21.0 while the tag and CHANGELOG were already 0.21.2, so the job exits 1
before poetry publish. Bump the version so a v0.21.2 tag build validates and
publishes. Also correct the 0.21.2 CHANGELOG release link (v0.21.0 -> v0.21.2).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
cakhsu
approved these changes
Aug 21, 2026
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.
Greptile Summary
Updates the package metadata to version 0.21.2 and corrects the corresponding changelog release link.
Confidence Score: 5/5
The PR appears safe to merge because both changes consistently align the package and changelog with release v0.21.2.
The release workflow reads the version directly from pyproject.toml, while runtime and documentation consumers use installed package metadata, so no additional version artifact is left stale.
Important Files Changed
Reviews (1): Last reviewed commit: "chore: bump pyproject version to 0.21.2 ..." | Re-trigger Greptile