Skip to content

Commit f5c2c81

Browse files
hugrbotss2165
andauthored
chore(py): release tket-eccs 0.5.0 (#991)
🤖 I have created a release *beep* *boop* --- ## [0.5.0](tket-eccs-v0.4.0...tket-eccs-v0.5.0) (2025-07-29) ### ⚠ BREAKING CHANGES * Renamed the `tket2.*` HUGR extensions to `tket.*` * Libraries renamed from `tket2*` to `tket*` ### Features * Rename `tket2.*` HUGR extensions to `tket.*` ([#988](#988)) ([c5279c5](c5279c5)) * Rename tket2* libs to tket* ([#987](#987)) ([450f06a](450f06a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: Seyon Sivarajah <seyon.sivarajah@cambridgequantum.com>
1 parent aca944c commit f5c2c81

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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.11.1",
3-
"tket-eccs": "0.4.0",
3+
"tket-eccs": "0.5.0",
44
"tket-exts": "0.10.0"
55
}

tket-eccs/CHANGELOG.md

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

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+
316
## [0.4.0](https://github.com/CQCL/tket2/compare/tket2-eccs-v0.3.0...tket2-eccs-v0.4.0) (2025-05-16)
417

518

tket-eccs/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_eccs"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
requires-python = ">=3.10"
55
description = "Precompiled rewrite sets for the tket 2 compiler"
66
license = { file = "LICENCE" }

tket-eccs/src/tket_eccs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# This is updated by our release-please workflow, triggered by this
77
# annotation: x-release-please-version
8-
__version__ = "0.4.0"
8+
__version__ = "0.5.0"
99

1010
from importlib import resources
1111
from pathlib import Path

0 commit comments

Comments
 (0)