release v4.2.0 - #1740
Open
bplatz wants to merge 1 commit into
Open
Conversation
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
4.1.6→4.2.0. Minor rather than patch because this cycle adds new backward-compatible functionality; nothing in it is breaking.Release notes are generated from merged PR titles at tag time, so the changelog reflects the final contents once this merges and publishes.
Notes for review
testsuite-sparqlandtestsuite-shaclare workspace-excluded and carry independent versions and lockfiles, so a root-onlycargo update --workspacedoes not reach them — hence six files rather than two.One line in the diff is not a version bump:
testsuite-sparql/Cargo.lockgains arand 0.8.5edge underfluree-db-core. That dependency was added as an optionalnative-feature dep in bf63e54 (#1680); the root lockfile was refreshed then, the excluded one was not. This picks up that correction. No other dependency moved — every remaining hunk across the three lockfiles is a bareversion =line, and all three resolve undercargo metadata --locked.