Release v0.23.0 - #456
Merged
Merged
Conversation
The project's VERSION file currently records 0.22.0, the version published in the last release. Since that release, the project gained a scoped `rewrite scan --onto` mode, an offline `rewrite lint` command, several fixup and merge correctness fixes, and a lower-memory mapped-spill storage path, none of which are reflected in the recorded version. This commit bumps VERSION to 0.23.0 so the next tagged release and its published packages carry a version that reflects the accumulated changes.
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.
Highlights
rewrite scannow accepts an--ontooption, mirroringgit rebase --onto.It lets you supply an older frozen base separately from the movable-base
argument, so dependency analysis and a plan's split/reorder/donor freedom
scope to a movable suffix of history instead of the whole snapshotted
range. Commits in the pinned prefix may only be kept, reworded, or receive
units through INTEGRATE.
rewrite lint, an offline advisory pass that checks a rewrite plan'soperation shape, conservation, ordering, dependencies, and unsupported
resolutions without reading the repository.
apply,resolve, andvalidatenow run the same static preflight before repository-dependentwork, and
validatereports snapshot-cache hits, misses, rejections, andbypasses in both human and porcelain output.
Fixes
trees during prefix replay, avoiding unnecessary diffing.
instead of losing them.
include --linenow handles a moved line correctly when it is includedbefore the line it was moved in front of is replaced.
satisfied source for placement.
Performance
use for large spills.
Documentation and translations
rewrite scan --ontooption andrewrite lintcommand.command-line help, error messages, and lint reporting strings.