Skip to content

Commit

Permalink
chore: release v0.13.2 (#185)
Browse files Browse the repository at this point in the history
## 🤖 New release

* `portgraph`: 0.13.1 -> 0.13.2 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

## [0.13.2](v0.13.1...v0.13.2)
- 2025-02-24

### Documentation

- cleanups, clarify (+test) connected components (#180)

### New Features

- add Subgraph::copy_in_parent (#182)

### Refactor

- Simplify PortGraph::port_links (#188)
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
  • Loading branch information
hugrbot authored Feb 24, 2025
1 parent 585cf99 commit e51c4e6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.13.2](https://github.com/CQCL/portgraph/compare/v0.13.1...v0.13.2) - 2025-02-24

### Documentation

- cleanups, clarify (+test) connected components (#180)

### New Features

- add Subgraph::copy_in_parent (#182)

### Refactor

- Simplify PortGraph::port_links (#188)

## [0.13.1](https://github.com/CQCL/portgraph/compare/v0.13.0...v0.13.1) - 2025-01-20

### Bug Fixes
Expand Down
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.13.1"
version = "0.13.2"
license = "Apache-2.0"

readme = "README.md"
Expand Down

0 comments on commit e51c4e6

Please sign in to comment.