Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.16.0](https://github.com/Quantinuum/portgraph/compare/v0.15.3...v0.16.0) - 2026-03-30

### Bug Fixes

- [**breaking**] NodeMeta and PortMeta should be generic ([#283](https://github.com/Quantinuum/portgraph/pull/283))

### Documentation

- document canonical order in `toposort` for nodes of the same rank ([#280](https://github.com/Quantinuum/portgraph/pull/280))

### New Features

- [**breaking**] Support parametric node and port types everywhere ([#284](https://github.com/Quantinuum/portgraph/pull/284))
- [**breaking**] Remove deprecated definitions ([#285](https://github.com/Quantinuum/portgraph/pull/285))

## [0.15.3](https://github.com/Quantinuum/portgraph/compare/v0.15.2...v0.15.3) - 2025-12-08

### New Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "portgraph"
version = "0.15.3"
version = "0.16.0"
license = "Apache-2.0"

readme = "README.md"
Expand Down
Loading