Skip to content

Commit 274fe70

Browse files
hugrbotss2165
andauthored
chore(py): release tket2-exts 0.9.1 (#923)
🤖 I have created a release *beep* *boop* --- ## [0.9.1](tket2-exts-v0.9.0...tket2-exts-v0.9.1) (2025-06-19) ### Bug Fixes * Revert "fix: Change array result ops signature to return array resul… ([#921](#921)) ([abed4ed](abed4ed)) --- 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@quantinuum.com>
1 parent 07dcb38 commit 274fe70

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
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.11.0",
33
"tket2-eccs": "0.4.0",
4-
"tket2-exts": "0.9.0"
4+
"tket2-exts": "0.9.1"
55
}

tket2-exts/CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
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)
3+
## [0.9.1](https://github.com/CQCL/tket2/compare/tket2-exts-v0.8.0...tket2-exts-v0.9.1) (2025-06-19)
44

55

6-
### ⚠ BREAKING CHANGES
7-
8-
* `ResultOpDef::ArrBool`, `ResultOpDef::ArrInt`, `ResultOpDef::ArrUInt` and `ResultOpDef::ArrF64` signatures now return array results
9-
106
### Features
117

128
* Add V and Vdg to quantum extension. ([#889](https://github.com/CQCL/tket2/issues/889)) ([a8f1569](https://github.com/CQCL/tket2/commit/a8f156930ff3afc35af15a2afdd24fc65c8409b5))
@@ -15,7 +11,6 @@
1511
### Bug Fixes
1612

1713
* 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))
1914

2015
## [0.8.0](https://github.com/CQCL/tket2/compare/tket2-exts-v0.7.0...tket2-exts-v0.8.0) (2025-05-22)
2116

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.9.0"
3+
version = "0.9.1"
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.9.0"
11+
__version__ = "0.9.1"
1212

1313

1414
@functools.cache

0 commit comments

Comments
 (0)