File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"tket-py" : " 0.11.1" ,
3
3
"tket-eccs" : " 0.4.0" ,
4
- "tket-exts" : " 0.9.2 "
4
+ "tket-exts" : " 0.10.0 "
5
5
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.10.0] ( https://github.com/CQCL/tket2/compare/tket-exts-v0.9.2...tket-exts-v0.10.0 ) (2025-07-29)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * Renamed the ` tket2.* ` HUGR extensions to ` tket.* `
9
+ * Libraries renamed from ` tket2* ` to ` tket* `
10
+
11
+ ### Features
12
+
13
+ * ** py:** update hugr-py dependency to 0.13 ([ #996 ] ( https://github.com/CQCL/tket2/issues/996 ) ) ([ 1bf4c70] ( https://github.com/CQCL/tket2/commit/1bf4c70788693d357b3cb2dcdbe2c721951da2a5 ) )
14
+ * Rename ` tket2.* ` HUGR extensions to ` tket.* ` ([ #988 ] ( https://github.com/CQCL/tket2/issues/988 ) ) ([ c5279c5] ( https://github.com/CQCL/tket2/commit/c5279c55c1287980ff18c0bfdf360f69be5f345f ) )
15
+ * Rename tket2* libs to tket* ([ #987 ] ( https://github.com/CQCL/tket2/issues/987 ) ) ([ 450f06a] ( https://github.com/CQCL/tket2/commit/450f06ae6b2d7472ad33418299479709e307919c ) )
16
+
3
17
## [ 0.9.2] ( https://github.com/CQCL/tket2/compare/tket2-exts-v0.9.1...tket2-exts-v0.9.2 ) (2025-07-08)
4
18
5
19
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " tket-exts"
3
- version = " 0.9.2 "
3
+ version = " 0.10.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.9.2 "
11
+ __version__ = "0.10.0 "
12
12
13
13
14
14
@functools .cache
You can’t perform that action at this time.
0 commit comments