Skip to content

Commit 8afabdb

Browse files
hugrbotss2165
andauthored
chore(py): release tket-py 0.12.0 (#989)
🤖 I have created a release *beep* *boop* --- ## [0.12.0](tket-py-v0.11.1...tket-py-v0.12.0) (2025-07-29) ### ⚠ BREAKING CHANGES * Renamed the `tket2.*` HUGR extensions to `tket.*` * Libraries renamed from `tket2*` to `tket*` ### Features * **py:** update hugr-py dependency to 0.13 ([#996](#996)) ([1bf4c70](1bf4c70)) * Rename `tket2.*` HUGR extensions to `tket.*` ([#988](#988)) ([c5279c5](c5279c5)) * Rename tket2* libs to tket* ([#987](#987)) ([450f06a](450f06a)) --- 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 <seyon.sivarajah@cambridgequantum.com> Co-authored-by: Seyon Sivarajah <seyon.sivarajah@quantinuum.com>
1 parent 961d073 commit 8afabdb

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
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.11.1",
2+
"tket-py": "0.12.0",
33
"tket-eccs": "0.5.0",
44
"tket-exts": "0.10.0"
55
}

tket-py/CHANGELOG.md

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

3+
## [0.12.0](https://github.com/CQCL/tket2/compare/tket-py-v0.11.1...tket-py-v0.12.0) (2025-07-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Renamed the `tket2.*` HUGR extensions to `tket.*`
9+
* Libraries renamed from `tket2*` to `tket*`
10+
11+
### Features
12+
13+
* **py:** update hugr-py dependency to 0.13 ([#996](https://github.com/CQCL/tket2/issues/996)) ([1bf4c70](https://github.com/CQCL/tket2/commit/1bf4c70788693d357b3cb2dcdbe2c721951da2a5))
14+
* Rename `tket2.*` HUGR extensions to `tket.*` ([#988](https://github.com/CQCL/tket2/issues/988)) ([c5279c5](https://github.com/CQCL/tket2/commit/c5279c55c1287980ff18c0bfdf360f69be5f345f))
15+
* Rename tket2* libs to tket* ([#987](https://github.com/CQCL/tket2/issues/987)) ([450f06a](https://github.com/CQCL/tket2/commit/450f06ae6b2d7472ad33418299479709e307919c))
16+
317
## [0.11.1](https://github.com/CQCL/tket2/compare/tket2-py-v0.11.0...tket2-py-v0.11.1) (2025-07-09)
418

519

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.11.1"
3+
version = "0.12.0"
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.11.1"
19+
__version__ = "0.12.0"

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)