File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"tket-py" : " 0.12.2" ,
3
3
"tket-eccs" : " 0.5.1" ,
4
- "tket-exts" : " 0.10.1 "
4
+ "tket-exts" : " 0.11.0 "
5
5
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## [ 0.10.1] ( https://github.com/CQCL/tket2/compare/tket-exts-v0.10.0...tket-exts-v0.10.1 ) (2025-08-19)
4
15
5
16
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " tket-exts"
3
- version = " 0.10.1 "
3
+ version = " 0.11.0 "
4
4
requires-python = " >=3.10"
5
5
description = " Precompiled rewrite sets for the tket compiler"
6
6
license = { file = " LICENCE" }
Original file line number Diff line number Diff line change 8
8
9
9
# This is updated by our release-please workflow, triggered by this
10
10
# annotation: x-release-please-version
11
- __version__ = "0.10.1 "
11
+ __version__ = "0.11.0 "
12
12
13
13
14
14
@functools .cache
You can’t perform that action at this time.
0 commit comments