Don't skip pending versions in the 3.3 floor bump - #4087
Merged
Conversation
Four sublibraries were already ahead of the registry with a release pending when #4085 patch-bumped them, leaving a hole. AutoMerge rejects those: Does not meet sequential version number guideline: version 2.6.1 skips over 2.6.0 Reverts those four to their pending versions, which already carry the new OrdinaryDiffEqDifferentiation floor. The other nine were at registry+1 and are unaffected. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Follow-up to #4085.
Four sublibraries already had an unreleased version pending when #4085 patch-bumped them, so the bump skipped a version and AutoMerge refuses the registration:
Those pending versions already contain the
OrdinaryDiffEqDifferentiation = "3.3"floor, so nothing is lost by releasing them rather than a fresh patch on top.The other nine sublibraries in #4085 were at registry+1 and registered fine — ExponentialRK 2.2.1, Extrapolation 2.4.1 and Rosenbrock 2.6.3 are already merged into General.