We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cdd65b commit 6238c81Copy full SHA for 6238c81
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
+- Fix panic when 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