Skip to content

chore(release): phlo 0.8.0 + 3 packages#326

Open
iamgp wants to merge 1 commit intomainfrom
relx/release/monorepo/main-release-set
Open

chore(release): phlo 0.8.0 + 3 packages#326
iamgp wants to merge 1 commit intomainfrom
relx/release/monorepo/main-release-set

Conversation

@iamgp
Copy link
Copy Markdown
Collaborator

@iamgp iamgp commented Mar 31, 2026

Release summary

[phlo 0.8.0 + 3 packages] - 2026-04-07

Added

Fixed

Contributors

Thanks to our contributors for this release:

Maintainer checklist

  • Review version bump
  • Review changelog
  • Merge to cut the release

Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Mar 31, 2026

Greptile Summary

This is a standard release PR that bumps the phlo package version from 0.7.10 to 0.7.11. All version references are updated consistently across the codebase.

  • CHANGELOG.md: New entry added for 0.7.11 documenting the fix for the manual release publish trigger
  • pyproject.toml: version field updated to 0.7.11
  • src/phlo/cli/__init__.py: __version__ updated to 0.7.11
  • src/phlo/plugins/__init__.py: __version__ updated to 0.7.11
  • uv.lock: Lock file updated to reflect the new package version

All version strings are consistent across files. No logic changes are introduced — this is purely a version bump release.

Confidence Score: 5/5

This 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

Filename Overview
CHANGELOG.md Adds new changelog entry for phlo 0.7.11 with fix description for the manual release publish trigger
pyproject.toml Version bumped from 0.7.10 to 0.7.11 — consistent with changelog and other files
src/phlo/cli/init.py __version__ bumped from 0.7.10 to 0.7.11, consistent with the release
src/phlo/plugins/init.py __version__ bumped from 0.7.10 to 0.7.11, consistent with the release
uv.lock Lock file updated to reflect the new phlo version 0.7.11

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]
Loading

Reviews (1): Last reviewed commit: "chore(release): phlo 0.7.11" | Re-trigger Greptile

@iamgp iamgp force-pushed the relx/release/monorepo/main-release-set branch 2 times, most recently from b60a6d0 to ac5dbbd Compare March 31, 2026 21:37
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 31, 2026

Cairn Quality Report

Commit: 0c4750e · View full report

Checker Status ✅ Passed ❌ Failed Items
ruff passed 0 0 0
ruff-format pass 0 0 1
pytest-3.11 passed 410 0 411
pytest-3.12 passed 410 0 411

@iamgp iamgp force-pushed the relx/release/monorepo/main-release-set branch from ac5dbbd to bc233ef Compare March 31, 2026 21:49
@iamgp iamgp changed the title chore(release): phlo 0.7.11 chore(release): phlo 0.8.0 Apr 1, 2026
@iamgp iamgp force-pushed the relx/release/monorepo/main-release-set branch 4 times, most recently from e942628 to fb3b712 Compare April 1, 2026 21:20
@iamgp iamgp changed the title chore(release): phlo 0.8.0 chore(release): phlo 0.8.0 + 1 packages Apr 4, 2026
@iamgp iamgp force-pushed the relx/release/monorepo/main-release-set branch from fb3b712 to 008647e Compare April 4, 2026 22:38
@iamgp iamgp changed the title chore(release): phlo 0.8.0 + 1 packages chore(release): phlo 0.8.0 + 2 packages Apr 4, 2026
@iamgp iamgp force-pushed the relx/release/monorepo/main-release-set branch 2 times, most recently from 0f11d95 to 16fec7e Compare April 5, 2026 22:08
@iamgp iamgp changed the title chore(release): phlo 0.8.0 + 2 packages chore(release): phlo 0.8.0 + 3 packages Apr 6, 2026
@iamgp iamgp force-pushed the relx/release/monorepo/main-release-set branch 3 times, most recently from 16b1a63 to 536536e Compare April 6, 2026 10:40
Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

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

Devin Review found 1 new potential issue.

View 2 additional findings in Devin Review.

Open in Devin Review

name = "phlo-pandera"
requires-python = ">=3.11"
version = "0.2.3"
version = "0.2.4"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟡 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.
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@iamgp iamgp force-pushed the relx/release/monorepo/main-release-set branch 3 times, most recently from 866eaec to cf53caa Compare April 6, 2026 19:30
@iamgp iamgp force-pushed the relx/release/monorepo/main-release-set branch from cf53caa to f657184 Compare April 7, 2026 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant