Release 2.16.0 - #56
Merged
Merged
Conversation
Bumps all twelve version locations. The minor bump reflects what this release does to consumers: parse trees changed shape for the elvis operator, arrow lambdas and array slicing, and new lexer tokens renumber every token constant, so a consumer must recompile rather than swap the jar.
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.
Version bump ahead of publishing 2.16.0. Nothing but version strings changes.
Why a minor bump
The repo's last three tags were
-SNAPSHOTversions (2.14.0-SNAPSHOT,2.15.0-SNAPSHOT,2.15.1-SNAPSHOT), and nothing has been published since March despite 39 merged PRs. A fixed coordinate that never changes under a consumer is worth the departure.Patch-level would understate what landed. Parse trees changed shape (elvis precedence, arrow lambdas, array slicing) and new lexer tokens renumber every token constant — a consumer has to recompile, not swap the jar.
All twelve locations
Per
CLAUDE.md, the version lives in twelve places across eleven files, and the recurring bug in this repo is a bump that touches some and not others.mvn versions:set -DnewVersion=2.16.0build.gradle, 2 ×gradle.propertiescfml.parsing/README.md,cfml.dictionary/README.md, rootREADME.mdreplaceratprepare-packagecfml.cli/README.mdreplacernever runs for itREADME.mdversions:setexamplereads
2.16.0throughout, andmvn packageafterwards leaves the tree clean — no README drift.Verification
./gradlew buildcfml.parsing-2.16.0.jar/cfml.dictionary-2.16.0.jarjavapreports major version 65 (Java 21)Generated by Claude Code