Conversation
Greptile SummaryThis is a standard release PR that bumps the
All version strings are consistent across files. No logic changes are introduced — this is purely a version bump release. Confidence Score: 5/5This PR is safe to merge — it is a mechanical version bump with no logic changes. All five changed files are updated consistently to version 0.7.11, the changelog entry matches the PR description, and there are no code logic changes introduced. The only risk would be an inconsistent version string, which is not present here. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR #326: phlo 0.7.11 Release] --> B[CHANGELOG.md\nAdd 0.7.11 entry]
A --> C[pyproject.toml\n0.7.10 → 0.7.11]
A --> D[src/phlo/cli/__init__.py\n__version__ 0.7.10 → 0.7.11]
A --> E[src/phlo/plugins/__init__.py\n__version__ 0.7.10 → 0.7.11]
A --> F[uv.lock\nphlo 0.7.10 → 0.7.11]
B & C & D & E & F --> G[Release: phlo 0.7.11]
Reviews (1): Last reviewed commit: "chore(release): phlo 0.7.11" | Re-trigger Greptile |
b60a6d0 to
ac5dbbd
Compare
Cairn Quality ReportCommit:
|
ac5dbbd to
bc233ef
Compare
e942628 to
fb3b712
Compare
fb3b712 to
008647e
Compare
0f11d95 to
16fec7e
Compare
16b1a63 to
536536e
Compare
| name = "phlo-pandera" | ||
| requires-python = ">=3.11" | ||
| version = "0.2.3" | ||
| version = "0.2.4" |
There was a problem hiding this comment.
🟡 phlo-pandera version in init.py not updated to match pyproject.toml bump
The PR bumps packages/phlo-pandera/pyproject.toml version from 0.2.3 to 0.2.4, but the corresponding __version__ string in packages/phlo-pandera/src/phlo_pandera/__init__.py:170 is still "0.2.3". This means phlo_pandera.__version__ will report 0.2.3 at runtime while the installed package metadata says 0.2.4. The main phlo package correctly updates __version__ in both src/phlo/cli/__init__.py and src/phlo/plugins/__init__.py, so this appears to be an oversight specific to phlo-pandera.
Prompt for agents
The phlo-pandera pyproject.toml version was bumped from 0.2.3 to 0.2.4, but the __version__ variable in packages/phlo-pandera/src/phlo_pandera/__init__.py (line 170) still reads "0.2.3". Update it to "0.2.4" to match the pyproject.toml. Also update the docstring reference on line 107 of the same file which mentions "0.2.3" as the example version string.
Was this helpful? React with 👍 or 👎 to provide feedback.
866eaec to
cf53caa
Compare
cf53caa to
f657184
Compare
Release summary
[phlo 0.8.0 + 3 packages] - 2026-04-07
Added
Fixed
Contributors
Thanks to our contributors for this release:
Maintainer checklist