File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 22
33## [ 0.21.0] ( https://github.com/CQCL/hugr/compare/hugr-v0.20.2...hugr-v0.21.0 ) - 2025-07-09
44
5+
6+ This release includes a long list of changes:
7+
8+ - The HUGR model serialization format is now stable, and should be preferred over the old JSON format.
9+ - Type parameters and type arguments are now unified into a single ` Term ` type.
10+ - Function definitions can no longer be nested inside dataflow regions. Now they must be defined at the top level module.
11+ - Function definitions and declarations now have a ` Visibility ` field, which define whether they are visible in the public API of the module.
12+ - And many more fixes and improvements.
13+
514### Bug Fixes
615
716- DeadFuncElimPass+CallGraph w/ non-module-child entrypoint ([ #2390 ] ( https://github.com/CQCL/hugr/pull/2390 ) )
You can’t perform that action at this time.
0 commit comments