Skip to content

Commit a76a147

Browse files
hugrbotaborgna-q
andauthored
chore(py): release tket2-py 0.2.1 (#540)
🤖 I have created a release *beep* *boop* --- ## [0.2.1](tket2-py-v0.2.0...tket2-py-v0.2.1) (2024-08-14) ### Documentation * Add tket2-py module docstring ([#539](#539)) ([8ef7a57](8ef7a57)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: Agustín Borgna <121866228+aborgna-q@users.noreply.github.com>
1 parent 8ef7a57 commit a76a147

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"tket2-py": "0.2.0",
2+
"tket2-py": "0.2.1",
33
"tket2-eccs": "0.1.0"
44
}

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tket2-py"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Quantinuum's TKET2 Quantum Compiler"
55
classifiers = [
66
"Environment :: Console",
@@ -69,7 +69,7 @@ authors = [
6969
maintainers = [
7070
{ name = "TKET development team", email = "tket-support@quantinuum.com" },
7171
]
72-
version = "0.2.0"
72+
version = "0.2.1"
7373
description = "Quantinuum's TKET2 Quantum Compiler"
7474
requires-python = ">=3.10"
7575
license = { file = "LICENCE" }

tket2-py/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/CQCL/tket2/compare/tket2-py-v0.2.0...tket2-py-v0.2.1) (2024-08-14)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* increased minimum required version of hugr to 0.7.0
8+
9+
### Documentation
10+
11+
* Add tket2-py module docstring ([#539](https://github.com/CQCL/tket2/issues/539)) ([8ef7a57](https://github.com/CQCL/tket2/commit/8ef7a5736294cf462b0694c235f0d10316c68f68))
12+
313
## [0.2.0](https://github.com/CQCL/tket2/compare/tket2-py-v0.1.0...tket2-py-v0.2.0) (2024-08-01)
414

515

616
### ⚠ BREAKING CHANGES
717

8-
* increased minimum required version of hugr to 0.10.0
918
* `.rwr` ECC files generated with older versions are no longer supported. Please recompile them, or compress the file with `zstd`.
1019

1120
### Features

0 commit comments

Comments
 (0)