Skip to content

Commit 33ef020

Browse files
committed
List main release changes
1 parent 6af78d6 commit 33ef020

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

hugr/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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, including:
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+
513
### Bug Fixes
614

715
- DeadFuncElimPass+CallGraph w/ non-module-child entrypoint ([#2390](https://github.com/CQCL/hugr/pull/2390))

0 commit comments

Comments
 (0)