File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"tket-py" : " 0.11.1" ,
3
- "tket-eccs" : " 0.4 .0" ,
3
+ "tket-eccs" : " 0.5 .0" ,
4
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.5.0] ( https://github.com/CQCL/tket2/compare/tket-eccs-v0.4.0...tket-eccs-v0.5.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
+ * Rename ` tket2.* ` HUGR extensions to ` tket.* ` ([ #988 ] ( https://github.com/CQCL/tket2/issues/988 ) ) ([ c5279c5] ( https://github.com/CQCL/tket2/commit/c5279c55c1287980ff18c0bfdf360f69be5f345f ) )
14
+ * Rename tket2* libs to tket* ([ #987 ] ( https://github.com/CQCL/tket2/issues/987 ) ) ([ 450f06a] ( https://github.com/CQCL/tket2/commit/450f06ae6b2d7472ad33418299479709e307919c ) )
15
+
3
16
## [ 0.4.0] ( https://github.com/CQCL/tket2/compare/tket2-eccs-v0.3.0...tket2-eccs-v0.4.0 ) (2025-05-16)
4
17
5
18
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " tket_eccs"
3
- version = " 0.4 .0"
3
+ version = " 0.5 .0"
4
4
requires-python = " >=3.10"
5
5
description = " Precompiled rewrite sets for the tket 2 compiler"
6
6
license = { file = " LICENCE" }
Original file line number Diff line number Diff line change 5
5
6
6
# This is updated by our release-please workflow, triggered by this
7
7
# annotation: x-release-please-version
8
- __version__ = "0.4 .0"
8
+ __version__ = "0.5 .0"
9
9
10
10
from importlib import resources
11
11
from pathlib import Path
You can’t perform that action at this time.
0 commit comments