Release (main) - #8
Merged
Merged
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.
This PR was generated by Sampo GitHub Action. When you're ready to do a release, you can merge this and the packages will be published automatically. Not ready yet? Just keep adding changesets to the default branch, and this PR will stay up to date.
alder-bundle 0.4.0 -> 0.4.1
Patch changes
alder-can 0.6.0 -> 0.6.1
Patch changes
source packages. The active Alder canonicalizer and requirement traversal remain
unchanged. — Thanks @rvcas!
alder-cli 0.5.0 -> 0.5.1
Patch changes
wrapper and constant persistence flag. Remove subprocess-based CLI end-to-end
tests and their test-only dependencies; retain direct compiler, runtime, and
reporting renderer tests. — Thanks @rvcas!
alder-codegen 0.5.0 -> 0.5.1
Patch changes
alder-config 0.2.0 -> 0.2.1
Patch changes
and dependency declarations are unchanged; registry resolution remains deferred. — Thanks @rvcas!
alder-constrain 0.5.1 -> 0.5.2
Patch changes
source packages. The active Alder canonicalizer and requirement traversal remain
unchanged. — Thanks @rvcas!
alder-driver 0.6.0 -> 0.7.0
Minor changes
ModuleMeta,InterfaceCache::start_build, andInterfaceCache::needs_rebuildAPIs that did not participate in source builds.Remove the unused error-discarding
load_package_indexconvenience method;load_package_index_checkedremains the validated loading API. — Thanks @rvcas!Patch changes
alder-language-server 0.2.1 -> 0.2.2
Patch changes
alder-solve 0.5.1 -> 0.5.2
Patch changes
Preserve Alder's kind checks, generic contracts, row/trait semantics, diagnostics,
and isolated recovery attempts. Add graph invariants and reproducible timing and
allocation benchmarks; remove the obsolete unlinked solver implementation. — Thanks @rvcas!