Skip to content

Commit 7560029

Browse files
hugrbotaborgna-q
andauthored
chore(py): release tket2-exts 0.5.1 (#793)
🤖 I have created a release *beep* *boop* --- ## [0.5.1](tket2-exts-v0.5.0...tket2-exts-v0.5.1) (2025-03-06) ### Features * Add order_in_zones extension op ([3ec7f5d](3ec7f5d)) --- 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: Agustín Borgna <agustin.borgna@quantinuum.com>
1 parent 3ec7f5d commit 7560029

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
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
"tket2-py": "0.6.1",
33
"tket2-eccs": "0.3.0",
4-
"tket2-exts": "0.5.0"
4+
"tket2-exts": "0.5.1"
55
}

tket2-exts/CHANGELOG.md

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

3+
## [0.5.1](https://github.com/CQCL/tket2/compare/tket2-exts-v0.5.0...tket2-exts-v0.5.1) (2025-03-06)
4+
5+
6+
### Features
7+
8+
* Add order_in_zones extension op ([3ec7f5d](https://github.com/CQCL/tket2/commit/3ec7f5d5e0a7d07254e1b09976cddea98cd83702))
9+
310
## [0.5.0](https://github.com/CQCL/tket2/compare/tket2-exts-v0.4.0...tket2-exts-v0.5.0) (2025-03-04)
411

512

tket2-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 = "tket2-exts"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
requires-python = ">=3.10"
55
description = "HUGR extension definitions for the tket2 compiler."
66
license = { file = "LICENCE" }

tket2-exts/src/tket2_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.5.0"
11+
__version__ = "0.5.1"
1212

1313

1414
@functools.cache

uv.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)