Skip to content

Commit b8a5fd1

Browse files
committed
chore(py): release tket-exts 0.11.0
1 parent 126771a commit b8a5fd1

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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-21)
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+
* Update WASM extension ([#1047](https://github.com/CQCL/tket2/issues/1047)) ([5f9560d](https://github.com/CQCL/tket2/commit/5f9560de30b797f718b2071f0615f3f3d55205e1))
13+
314
## [0.10.1](https://github.com/CQCL/tket2/compare/tket-exts-v0.10.0...tket-exts-v0.10.1) (2025-08-19)
415

516

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
@@ -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.10.1"
11+
__version__ = "0.11.0"
1212

1313

1414
@functools.cache

0 commit comments

Comments
 (0)