Skip to content

Commit f8280a8

Browse files
authored
chore: release v0.13.3
1 parent 5cdd65b commit f8280a8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## [0.13.2](https://github.com/CQCL/portgraph/compare/v0.13.1...v0.13.2) - 2025-02-24
410

511
### Documentation

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "portgraph"
3-
version = "0.13.2"
3+
version = "0.13.3"
44
license = "Apache-2.0"
55

66
readme = "README.md"

0 commit comments

Comments
 (0)