Skip to content

Commit b96fa39

Browse files
hugrbottatiana-sss2165aborgna-q
authored
chore(py): release tket2-py 0.11.0 (#892)
🤖 I have created a release *beep* *boop* --- ## [0.11.0](tket2-py-v0.10.0...tket2-py-v0.11.0) (2025-06-16) ### ⚠ BREAKING CHANGES * Removed some unused variants from `TK1ConvertError` and `OpConvertError`. ### Features * Add V and Vdg to quantum extension. ([#889](#889)) ([a8f1569](a8f1569)) ### Code Refactoring * More flexible pytket encoding ([#849](#849)) ([1895f68](1895f68)) --- 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: Tatiana S <tatiana.sedelnikov@quantinuum.com> Co-authored-by: Seyon Sivarajah <seyon.sivarajah@cambridgequantum.com> Co-authored-by: Agustín Borgna <121866228+aborgna-q@users.noreply.github.com>
1 parent 7d209a6 commit b96fa39

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-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
{
2-
"tket2-py": "0.10.0",
2+
"tket2-py": "0.11.0",
33
"tket2-eccs": "0.4.0",
44
"tket2-exts": "0.9.0"
55
}

tket2-py/CHANGELOG.md

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

3+
## [0.11.0](https://github.com/CQCL/tket2/compare/tket2-py-v0.10.0...tket2-py-v0.11.0) (2025-06-16)
4+
5+
### Features
6+
7+
* Add V and Vdg to quantum extension. ([#889](https://github.com/CQCL/tket2/issues/889)) ([a8f1569](https://github.com/CQCL/tket2/commit/a8f156930ff3afc35af15a2afdd24fc65c8409b5))
8+
9+
10+
### Code Refactoring
11+
12+
* More flexible pytket encoding ([#849](https://github.com/CQCL/tket2/issues/849)) ([1895f68](https://github.com/CQCL/tket2/commit/1895f6845efb6040cca45e81d1c71b4579e791b6))
13+
314
## [0.10.0](https://github.com/CQCL/tket2/compare/tket2-py-v0.9.1...tket2-py-v0.10.0) (2025-05-22)
415

516

tket2-py/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"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
requires-python = ">=3.10"
55
description = "Quantinuum's TKET2 Quantum Compiler"
66
license = { file = "LICENCE" }

tket2-py/tket2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
# This is updated by our release-please workflow, triggered by this
1818
# annotation: x-release-please-version
19-
__version__ = "0.10.0"
19+
__version__ = "0.11.0"

uv.lock

Lines changed: 1 addition & 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)