Set sequential release versions - #642
Merged
ChrisRackauckas merged 1 commit intoAug 11, 2026
Merged
Conversation
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
|
Comments on pull requests will not trigger Registrator, as it is disabled. Please try commenting on a commit or issue. |
ChrisRackauckas
marked this pull request as ready for review
August 11, 2026 13:40
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.
Ignore this PR until it has been reviewed by @ChrisRackauckas.
What changed and why
Correct the package version declarations to the first sequential patch or minor release after General's latest non-yanked versions. The default branch contains source changes, but this PR is limited to release metadata and internal compat needed by the sequential versions.
Verification
GROUP=QA /home/crackauc/.juliaup/bin/julia +release --project=. -e 'using Pkg; Pkg.test()'— passed.Test Summary: | Pass Broken Total Time / QA | 19 1 20 32.1s / Testing RecursiveArrayTools tests passedGROUP=RecursiveArrayToolsRaggedArrays /home/crackauc/.juliaup/bin/julia +release --project=. -e 'using Pkg; Pkg.test()'— passed.Test Summary: | Pass Broken Total Time / RecursiveArrayToolsRaggedArrays | 440 2 442 57.0s / Testing RecursiveArrayTools tests passedGROUP=RecursiveArrayToolsRaggedArrays_QA /home/crackauc/.juliaup/bin/julia +release --project=. -e 'using Pkg; Pkg.test()'— passed.Test Summary: | Pass Broken Total Time / Quality Assurance | 20 1 21 52.4s / Testing RecursiveArrayTools tests passed/home/crackauc/.juliaup/bin/julia +release --project=. -e 'using Pkg; Pkg.test()'— passed.Test Summary: | Pass Total Time / Measurement Tests | 2 2 0.1s / Test Summary: | Pass Total Time / SymbolicIndexingInterface API test | 36 36 7.4s / Testing RecursiveArrayTools tests passed/home/crackauc/.juliaup/bin/julia +release --startup-file=no -m Runic --check .— passed.typos --force-exclude Project.toml lib/RecursiveArrayToolsRaggedArrays/Project.toml— passed.git diff --check— passed.The docs build was not run because this diff changes no docstrings, documentation, or public API. GPU and downstream jobs were not run locally.
Registration
After this PR is merged, register each package separately from a commit on the default branch:
@JuliaRegistrator register@JuliaRegistrator register subdir=lib/RecursiveArrayToolsRaggedArrays