Correct staging CLI version in recent changelogs#517
Merged
Conversation
The staging CLI version was incorrectly listed as v3.57.16 (the last stable 3.x release) in three recent changelogs. Replace it with the 4.x Moderne CLI release that shipped the corresponding rewrite version, correlated via moderne-recipe-bom and rewrite-recipe-bom: - 8.79.1 -> v4.1.1 - 8.81.0 -> v4.2.0 - 8.83.0 -> v4.2.9
Updated CLI version information in the release notes.
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.
Three recent changelogs listed the staging CLI version as
v3.57.16, the last stable 3.x release, due to a now-fixed bug in the recipe-markdown-generator (openrewrite/rewrite-recipe-markdown-generator#341).This corrects each to the 4.x Moderne CLI release that shipped the corresponding OpenRewrite version, correlated through `moderne-recipe-bom` and `rewrite-recipe-bom` (and confirmed by matching release dates): 8.79.1 → `v4.1.1`, 8.81.0 → `v4.2.0`, 8.83.0 → `v4.2.9`. The stable CLI version lines are left unchanged.
moderne-recipe-bomlinks amoderne-cliversion to arewrite-recipe-bomversion, andrewrite-recipe-bompins therewrite-bom(OpenRewrite 8.x) version the changelog is about:8.81.0 → moderne-recipe-bom 0.35.0 → rewrite-recipe-bom 3.30.0 → rewrite-bom 8.81.0 → moderne-cli 4.2.0
8.83.0 → moderne-recipe-bom 0.36.0 → rewrite-recipe-bom 3.31.0 → rewrite-bom 8.83.0 → moderne-cli 4.2.9
8.79.1 → the 8.79 line is carried by moderne-recipe-bom 0.33.0 → rewrite-recipe-bom 3.28.0 → rewrite-bom 8.79.0 → moderne-cli 4.1.1
Maven Central release dates corroborate each one: 4.2.0 (2026-04-27) and 4.2.9 (2026-05-21) match their changelog dates exactly; 4.1.1 (2026-04-08) lands right at the 8.79.1 changelog date (2026-04-09). I also verified the 8.79 case by jar inspection — 4.1.2 (the next release) had already moved to the 8.80.0-SNAPSHOT line, confirming 4.1.1 as the right CLI for the 8.79 changelog rather than 4.1.2.