From 0a75b7b2c40a6f6540af5bb02438a19d4bee2815 Mon Sep 17 00:00:00 2001 From: hugrbot Date: Wed, 14 Aug 2024 17:26:59 +0100 Subject: [PATCH 1/3] chore(py): release tket2-py 0.2.1 --- .release-please-manifest.json | 2 +- tket2-py/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c2eaf6a6..7a6fd4d7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "tket2-py": "0.2.0", + "tket2-py": "0.2.1", "tket2-eccs": "0.1.0" } \ No newline at end of file diff --git a/tket2-py/CHANGELOG.md b/tket2-py/CHANGELOG.md index d8c1e830..7cbde66c 100644 --- a/tket2-py/CHANGELOG.md +++ b/tket2-py/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/CQCL/tket2/compare/tket2-py-v0.2.0...tket2-py-v0.2.1) (2024-08-14) + + +### Documentation + +* Add tket2-py module docstring ([#539](https://github.com/CQCL/tket2/issues/539)) ([8ef7a57](https://github.com/CQCL/tket2/commit/8ef7a5736294cf462b0694c235f0d10316c68f68)) + ## [0.2.0](https://github.com/CQCL/tket2/compare/tket2-py-v0.1.0...tket2-py-v0.2.0) (2024-08-01) From 853987609f8c961e24d28c1e038b24d94710adbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Borgna?= <121866228+aborgna-q@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:29:48 +0100 Subject: [PATCH 2/3] Update CHANGELOG.md --- tket2-py/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tket2-py/CHANGELOG.md b/tket2-py/CHANGELOG.md index 7cbde66c..5e321fbe 100644 --- a/tket2-py/CHANGELOG.md +++ b/tket2-py/CHANGELOG.md @@ -2,6 +2,9 @@ ## [0.2.1](https://github.com/CQCL/tket2/compare/tket2-py-v0.2.0...tket2-py-v0.2.1) (2024-08-14) +### ⚠ BREAKING CHANGES + +* increased minimum required version of hugr to 0.7.0 ### Documentation @@ -12,7 +15,6 @@ ### ⚠ BREAKING CHANGES -* increased minimum required version of hugr to 0.10.0 * `.rwr` ECC files generated with older versions are no longer supported. Please recompile them, or compress the file with `zstd`. ### Features From e5bd908c1a7c73fd204567723760dfc561cf8942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Borgna?= <121866228+aborgna-q@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:33:36 +0100 Subject: [PATCH 3/3] update the version in pyproject --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4e37077c..99052adc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tket2-py" -version = "0.2.0" +version = "0.2.1" description = "Quantinuum's TKET2 Quantum Compiler" classifiers = [ "Environment :: Console", @@ -69,7 +69,7 @@ authors = [ maintainers = [ { name = "TKET development team", email = "tket-support@quantinuum.com" }, ] -version = "0.2.0" +version = "0.2.1" description = "Quantinuum's TKET2 Quantum Compiler" requires-python = ">=3.10" license = { file = "LICENCE" }