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/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" } diff --git a/tket2-py/CHANGELOG.md b/tket2-py/CHANGELOG.md index d8c1e830..5e321fbe 100644 --- a/tket2-py/CHANGELOG.md +++ b/tket2-py/CHANGELOG.md @@ -1,11 +1,20 @@ # Changelog +## [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 + +* 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) ### ⚠ 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