Release v0.6.0#82
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Release preparation PR bumping the project version from 0.5.1 to 0.6.0 across all Maven and Gradle build files, and adding the corresponding changelog entry summarizing parser hardening (issue #39) and granular NullAway/SpotBugs CI quality gates (PRs #77, #78).
Changes:
- Bump
<version>/versionfrom0.5.1to0.6.0in the parent POM, all module POMs, andgradle-plugin/build.gradle.kts. - Add a
0.6.0 - 2026-06-01entry toCHANGELOG.mddescribing parser coverage expansion, diagnostics hardening, and new CI quality gates.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pom.xml | Parent POM version bump to 0.6.0. |
| core/pom.xml | Parent reference version bump to 0.6.0. |
| cli/pom.xml | Parent reference version bump to 0.6.0. |
| maven-plugin/pom.xml | Parent reference version bump to 0.6.0. |
| gradle-plugin/pom.xml | Parent reference version bump to 0.6.0. |
| gradle-plugin/build.gradle.kts | Gradle build version bump to 0.6.0. |
| CHANGELOG.md | Adds 0.6.0 release entry. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
v0.6.0from currentmain0.5.1to0.6.00.6.0changelog entry for parser hardening and CI quality-gate hardeningRelease Scope
Validation
& 'C:\Program Files\Git\bin\bash.exe' ./.github/scripts/verify-version-alignment.sh --expected-version 0.6.0mvn -B -ntp -P!quality-gates-all verifygradle-plugin/.\gradlew.bat test validatePlugins publishToMavenLocalPublication Plan
After this PR merges, create annotated tag
v0.6.0and let the existing tag-triggered release workflow publish Maven Central artifacts, Gradle Plugin Portal artifacts, and the GitHub Release.