Skip to content

Commit 42eba7c

Browse files
committed
chore(py): release tket-exts 0.11.0
1 parent a32873e commit 42eba7c

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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.12.2",
33
"tket-eccs": "0.5.1",
4-
"tket-exts": "0.10.1"
4+
"tket-exts": "0.11.0"
55
}

tket-exts/CHANGELOG.md

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

3+
## [0.11.0](https://github.com/CQCL/tket2/compare/tket-exts-v0.10.1...tket-exts-v0.11.0) (2025-08-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* This is a breaking change to the WASM extension and its serialised representation
9+
10+
### Features
11+
12+
* Explicit exports for tket_exts ops and types ([#1046](https://github.com/CQCL/tket2/issues/1046)) ([a32873e](https://github.com/CQCL/tket2/commit/a32873e3543b7d77f3bed08016485ab292f5204a))
13+
* Update WASM extension ([#1047](https://github.com/CQCL/tket2/issues/1047)) ([5f9560d](https://github.com/CQCL/tket2/commit/5f9560de30b797f718b2071f0615f3f3d55205e1))
14+
315
## [0.10.1](https://github.com/CQCL/tket2/compare/tket-exts-v0.10.0...tket-exts-v0.10.1) (2025-08-19)
416

517

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.10.1"
3+
version = "0.11.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
@@ -20,7 +20,7 @@
2020

2121
# This is updated by our release-please workflow, triggered by this
2222
# annotation: x-release-please-version
23-
__version__ = "0.10.1"
23+
__version__ = "0.11.0"
2424

2525
__all__ = [
2626
"bool",

0 commit comments

Comments
 (0)