Skip to content

Commit 6238c81

Browse files
hugrbotaborgna-q
andauthored
chore: release v0.13.3 (#190)
## 🤖 New release * `portgraph`: 0.13.2 -> 0.13.3 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.13.3](v0.13.2...v0.13.3) - 2025-03-04 ### Bug Fixes - panic removing InPorts in MultiPortGraph::set_num_ports ([#191](#191)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). --------- Co-authored-by: Agustín Borgna <[email protected]>
1 parent 5cdd65b commit 6238c81

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+
- Fix panic when 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)