diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0b32bfe06..f4c047b41 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "tket2-py": "0.1.0a1" + "tket2-py": "2.0.0" } \ No newline at end of file diff --git a/tket2-py/CHANGELOG.md b/tket2-py/CHANGELOG.md index 009b01dee..ac2e845b0 100644 --- a/tket2-py/CHANGELOG.md +++ b/tket2-py/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.0.0](https://github.com/CQCL/tket2/compare/tket2-py-v0.1.0...tket2-py-v2.0.0) (2024-07-10) + + +### ⚠ BREAKING CHANGES + +* `Dfg` binding removed, replaced with builder from `hugr` package. + +### Features + +* Add `lhs` and `rhs` bindings to `Rule` ([#440](https://github.com/CQCL/tket2/issues/440)) ([49b1c89](https://github.com/CQCL/tket2/commit/49b1c89aeeaff73c6ebf66d3f81dddc4ad81f7bb)) +* get pauli propagation + examples working with new hugr builder [#465](https://github.com/CQCL/tket2/issues/465) ([cab0d87](https://github.com/CQCL/tket2/commit/cab0d8750c5bc92c4f1284e07146add371db233f)) + ## 0.1.0a1 (2024-06-28) Initial alpha release of the Python bindings for TKET2.