Skip to content

Commit ee2da29

Browse files
hugrbotss2165
andauthored
chore(py): release tket-py 0.12.8 (#1142)
🤖 I have created a release *beep* *boop* --- ## [0.12.8](tket-py-v0.12.7...tket-py-v0.12.8) (2025-10-20) ### ⚠ BREAKING CHANGES * `ReplaceBorrowArrayPass` is removed from `QSystemPass` ### Features * Port selene-hugr-qis-compiler to tket2 repository ([970f3b1](970f3b1)) * Switch borrow array lowering from type replacement to llvm ([#1161](#1161)) ([ab3e020](ab3e020)) ### Documentation * Tket-py notebook cleanup ([9d6f241](9d6f241)) --- 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: Seyon Sivarajah <[email protected]>
1 parent 38eef7b commit ee2da29

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"tket-py": "0.12.7",
2+
"tket-py": "0.12.8",
33
"tket-eccs": "0.5.1",
44
"tket-exts": "0.12.0",
55
"qis-compiler": "0.2.6"

tket-py/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.12.8](https://github.com/CQCL/tket2/compare/tket-py-v0.12.7...tket-py-v0.12.8) (2025-10-20)
4+
5+
### Documentation
6+
7+
* Tket-py notebook cleanup ([9d6f241](https://github.com/CQCL/tket2/commit/9d6f241382f40643150836a2dcc9bdc7cd9eeb96))
8+
39
## [0.12.7](https://github.com/CQCL/tket2/compare/tket-py-v0.12.6...tket-py-v0.12.7) (2025-09-12)
410

511

tket-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tket"
3-
version = "0.12.7"
3+
version = "0.12.8"
44
requires-python = ">=3.10"
55
description = "Quantinuum's TKET Quantum Compiler"
66
license = { file = "LICENCE" }

tket-py/tket/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
# This is updated by our release-please workflow, triggered by this
1818
# annotation: x-release-please-version
19-
__version__ = "0.12.7"
19+
__version__ = "0.12.8"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)