Skip to content

Commit aca944c

Browse files
authored
chore(py): release tket-exts 0.10.0 (#990)
🤖 I have created a release *beep* *boop* --- ## [0.10.0](tket-exts-v0.9.2...tket-exts-v0.10.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).
1 parent 7cf8593 commit aca944c

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
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
{
22
"tket-py": "0.11.1",
33
"tket-eccs": "0.4.0",
4-
"tket-exts": "0.9.2"
4+
"tket-exts": "0.10.0"
55
}

tket-exts/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.10.0](https://github.com/CQCL/tket2/compare/tket-exts-v0.9.2...tket-exts-v0.10.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.9.2](https://github.com/CQCL/tket2/compare/tket2-exts-v0.9.1...tket2-exts-v0.9.2) (2025-07-08)
418

519

tket-exts/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-exts"
3-
version = "0.9.2"
3+
version = "0.10.0"
44
requires-python = ">=3.10"
55
description = "Precompiled rewrite sets for the tket compiler"
66
license = { file = "LICENCE" }

tket-exts/src/tket_exts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# This is updated by our release-please workflow, triggered by this
1010
# annotation: x-release-please-version
11-
__version__ = "0.9.2"
11+
__version__ = "0.10.0"
1212

1313

1414
@functools.cache

0 commit comments

Comments
 (0)