From c77146c9552fa574e6af10c3ff1daf5cbb3f9867 Mon Sep 17 00:00:00 2001 From: hugrbot Date: Wed, 18 Dec 2024 16:26:06 +0000 Subject: [PATCH] chore(py): release tket2-eccs 0.3.0 --- .release-please-manifest.json | 1 - tket2-eccs/CHANGELOG.md | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 337d3ef4..1c445148 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,5 @@ { "tket2-py": "0.6.0", "tket2-eccs": "0.3.0", - "tket2-eccs": "0.2.0", "tket2-exts": "0.3.0" } \ No newline at end of file diff --git a/tket2-eccs/CHANGELOG.md b/tket2-eccs/CHANGELOG.md index b395ae7b..cb69bdc5 100644 --- a/tket2-eccs/CHANGELOG.md +++ b/tket2-eccs/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.3.0](https://github.com/CQCL/tket2/compare/tket2-eccs-v0.2.0...tket2-eccs-v0.3.0) (2024-12-18) + + +### ⚠ BREAKING CHANGES + +* Updated `hugr` rust dependency to `0.14.0` Extension are now defined in `hugr 0.14` style. Replaced the `ROTATION_TYPE` with a method call, and dropped the per-extension registry definitions. + +### Features + +* move extensions to auxillary package ([#682](https://github.com/CQCL/tket2/issues/682)) ([dd78f9a](https://github.com/CQCL/tket2/commit/dd78f9a571905407bcf74131a54f4aefbca740c4)) + + +### Reverts + +* "Support python 3.13 ([#653](https://github.com/CQCL/tket2/issues/653))" ([#657](https://github.com/CQCL/tket2/issues/657)) ([3fb67ac](https://github.com/CQCL/tket2/commit/3fb67acf5e860fba8f8e1b9e6c5836846a0fcb7d)) + + +### Miscellaneous Chores + +* Update to next version of hugr ([#720](https://github.com/CQCL/tket2/issues/720)) ([4a3a5a5](https://github.com/CQCL/tket2/commit/4a3a5a5e38252d4ee709e7e97bb5a1e90bd9fff4)) + ## [0.3.0](https://github.com/CQCL/tket2/compare/tket2-eccs-v0.2.0...tket2-eccs-v0.3.0) (2024-12-16)