Skip to content

Commit

Permalink
chore: release v0.12.1 (#128)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `portgraph`: 0.12.0 -> 0.12.1

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

<blockquote>

## [0.12.1](v0.12.0...v0.12.1)
- 2024-06-03

### Bug Fixes
- Link and neighbour iterators counting self-loops twice
([#132](#132))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Co-authored-by: hugrbot <agustin.borgna+hugrbot@quantinuum.com>
  • Loading branch information
github-actions[bot] and hugrbot authored Jun 3, 2024
1 parent 9f61318 commit 30d3417
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.12.1](https://github.com/CQCL/portgraph/compare/v0.12.0...v0.12.1) - 2024-06-03

### Bug Fixes
- Link and neighbour iterators counting self-loops twice ([#132](https://github.com/CQCL/portgraph/pull/132))

## 0.12.0 (2024-03-01)

### Features
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.12.0"
version = "0.12.1"
license = "Apache-2.0"

readme = "README.md"
Expand Down

0 comments on commit 30d3417

Please sign in to comment.