chore: release#3048
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3048 +/- ##
=======================================
Coverage 81.29% 81.29%
=======================================
Files 242 242
Lines 46829 46829
Branches 40512 40512
=======================================
Hits 38071 38071
Misses 6767 6767
Partials 1991 1991
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
f6c3587 to
f7e5f72
Compare
4d41402 to
a8a4d5b
Compare
Merging this PR will not alter performance
Comparing Footnotes
|
b40825c to
f95005f
Compare
20f8ee0 to
996ad01
Compare
8fa081c to
033b9b6
Compare
18c0d5f to
c711046
Compare
Collaborator
|
Alec's suggestion about the dropped json support:
|
c711046 to
995ba19
Compare
995ba19 to
527ad3d
Compare
aborgna-q
approved these changes
Jun 5, 2026
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 release includes an overhaul of the
Typedefinition, merging it withTerms. Thehugr-modelserialization now tracks granular information aboutwhich extensions versions requirements. This improves error reporting on missing
extensions and opens the way for extension version migrations in the future.
Support for bare
.jsonHUGR files has been removed. JSON-encoded envelopes arestill supported, but will be removed in the future.
To convert old JSON files, add the following header and footer to the file:
🤖 New release
hugr-model: 0.27.1 -> 0.28.0 (⚠ API breaking changes)hugr-core: 0.27.1 -> 0.28.0 (⚠ API breaking changes)hugr-llvm: 0.27.1 -> 0.28.0 (✓ API compatible changes)hugr-persistent: 0.6.1 -> 0.7.0 (✓ API compatible changes)hugr: 0.27.1 -> 0.28.0 (✓ API compatible changes)hugr-cli: 0.27.1 -> 0.28.0 (⚠ API breaking changes)⚠
hugr-modelbreaking changes⚠
hugr-corebreaking changes⚠
hugr-clibreaking changesChangelog
hugr-modelhugr-corehugr-llvmhugr-persistenthugrhugr-cliThis PR was generated with release-plz.