Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Aug 1, 2024
1 parent d38996a commit 3c0a104
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tket2-py"
version = "0.1.0a4"
version = "0.2.0"
description = "Quantinuum's TKET2 Quantum Compiler"
classifiers = [
"Environment :: Console",
Expand Down Expand Up @@ -69,7 +69,7 @@ authors = [
maintainers = [
{ name = "TKET development team", email = "tket-support@quantinuum.com" },
]
version = "0.1.0a4"
version = "0.2.0"
description = "Quantinuum's TKET2 Quantum Compiler"
requires-python = ">=3.10"
license = { file = "LICENCE" }
Expand Down
2 changes: 1 addition & 1 deletion tket2-py/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

### ⚠ BREAKING CHANGES

* increased minimum required version of hugr to 0.9.0
* 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
Expand Down

0 comments on commit 3c0a104

Please sign in to comment.