Prepare patrol 4.7.0 and patrol_cli 4.5.0 for release#3153
Open
pdenert wants to merge 1 commit into
Open
Conversation
Bump versions, finalize changelogs, and split the compatibility table since patrol_log ^0.10.0 (semver <1.0.0) is incompatible with ^0.9.0. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Code Review
This pull request bumps the version of patrol to 4.7.0 and patrol_cli to 4.5.0. It updates the changelogs, pubspec files, internal version constants, and compatibility mapping tables/documentation to reflect these new releases. I have no feedback to provide.
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.
🚀 Preview Deployment Ready!Preview URL: https://pr-3153-patrol-docs.vercel.app Latest Deployment
This preview URL is stable and will be updated with each new commit to this PR. |
zoskar
approved these changes
Jul 10, 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.
Description
Prepares the stable releases of patrol 4.7.0 and patrol_cli 4.5.0 (stabilizing the
4.7.0-dev.x/4.5.0-dev.xprerelease line, plus the Windows gradle-hang fix #3094 that landed afterdev.3was cut).Changes:
patrolto4.7.0andpatrol_clito4.5.0(pubspec +constants.dart).Unreleasedchangelog sections to the release versions.patrol_cli4.5.0+ pairs withpatrol4.7.0+, sincepatrol_logwas bumped to^0.10.0, which (semver <1.0.0) is incompatible with^0.9.0. The previous open-ended row is closed at4.4.0/4.6.0 - 4.6.1. Applied to bothversion_compatibility.dartandcompatibility-table.mdx.patrol_clicompatibility tests pass locally.After merge, tag
patrol-v4.7.0andpatrol_cli-v4.5.0to trigger the publish workflows.🤖 Generated with Claude Code