Skip to content

Commit 7d209a6

Browse files
hugrbottatiana-s
andauthored
chore(py): release tket2-exts 0.9.0 (#891)
🤖 I have created a release *beep* *boop* --- ## [0.9.0](tket2-exts-v0.8.0...tket2-exts-v0.9.0) (2025-06-16) ### ⚠ BREAKING CHANGES * `ResultOpDef::ArrBool`, `ResultOpDef::ArrInt`, `ResultOpDef::ArrUInt` and `ResultOpDef::ArrF64` signatures now return array results ### Features * Add V and Vdg to quantum extension. ([#889](#889)) ([a8f1569](a8f1569)) ### Bug Fixes * Bump version of quantum extension. ([#894](#894)) ([beddb99](beddb99)) * Change array result ops signature to return array result ([#888](#888)) ([4bde6d9](4bde6d9)) --- 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: Tatiana S <tatiana.sedelnikov@quantinuum.com>
1 parent 1ab14d5 commit 7d209a6

File tree

6 files changed

+590
-573
lines changed

6 files changed

+590
-573
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
"tket2-py": "0.10.0",
33
"tket2-eccs": "0.4.0",
4-
"tket2-exts": "0.8.0"
4+
"tket2-exts": "0.9.0"
55
}

tket2-exts/CHANGELOG.md

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

3+
## [0.9.0](https://github.com/CQCL/tket2/compare/tket2-exts-v0.8.0...tket2-exts-v0.9.0) (2025-06-16)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* `ResultOpDef::ArrBool`, `ResultOpDef::ArrInt`, `ResultOpDef::ArrUInt` and `ResultOpDef::ArrF64` signatures now return array results
9+
10+
### Features
11+
12+
* Add V and Vdg to quantum extension. ([#889](https://github.com/CQCL/tket2/issues/889)) ([a8f1569](https://github.com/CQCL/tket2/commit/a8f156930ff3afc35af15a2afdd24fc65c8409b5))
13+
14+
15+
### Bug Fixes
16+
17+
* Bump version of quantum extension. ([#894](https://github.com/CQCL/tket2/issues/894)) ([beddb99](https://github.com/CQCL/tket2/commit/beddb99763e444c0c72853fc6111d4805e4625ea))
18+
* Change array result ops signature to return array result ([#888](https://github.com/CQCL/tket2/issues/888)) ([4bde6d9](https://github.com/CQCL/tket2/commit/4bde6d9d5906f355dd809b6a7fc804680f99ddeb))
19+
320
## [0.8.0](https://github.com/CQCL/tket2/compare/tket2-exts-v0.7.0...tket2-exts-v0.8.0) (2025-05-22)
421

522

tket2-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 = "tket2-exts"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
requires-python = ">=3.10"
55
description = "HUGR extension definitions for the tket2 compiler."
66
license = { file = "LICENCE" }

tket2-exts/src/tket2_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.8.0"
11+
__version__ = "0.9.0"
1212

1313

1414
@functools.cache

tket2-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
'hugr ~= 0.12.0',
3131
"pytket>=1.34,<3",
3232
'tket2_eccs ~= 0.4.0',
33-
'tket2_exts ~= 0.8.0',
33+
'tket2_exts ~= 0.9.0',
3434
]
3535

3636
[tool.uv.sources]

0 commit comments

Comments
 (0)