We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cdd65b commit f8280a8Copy full SHA for f8280a8
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.13.3](https://github.com/CQCL/portgraph/compare/v0.13.2...v0.13.3) - 2025-03-04
4
+
5
+### Bug Fixes
6
7
+- panic removing InPorts in MultiPortGraph::set_num_ports ([#191](https://github.com/CQCL/portgraph/pull/191))
8
9
## [0.13.2](https://github.com/CQCL/portgraph/compare/v0.13.1...v0.13.2) - 2025-02-24
10
11
### Documentation
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "portgraph"
-version = "0.13.2"
+version = "0.13.3"
license = "Apache-2.0"
readme = "README.md"
0 commit comments