Skip to content

Commit 79ad92b

Browse files
committed
chore(py): release qis-compiler 0.2.11
1 parent c8f34fa commit 79ad92b

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"tket-py": "0.12.16",
33
"tket-eccs": "0.5.1",
44
"tket-exts": "0.12.2",
5-
"qis-compiler": "0.2.10"
5+
"qis-compiler": "0.2.11"
66
}

qis-compiler/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.2.11](https://github.com/Quantinuum/tket2/compare/qis-compiler-v0.2.10...qis-compiler-v0.2.11) (2026-02-16)
4+
5+
6+
### Bug Fixes
7+
8+
* Bundle additional extensions while roundtripping to rust in tket passes ([#1372](https://github.com/Quantinuum/tket2/issues/1372)) ([225a7fc](https://github.com/Quantinuum/tket2/commit/225a7fc3fc940cd4b320b15c359680321f854b0b))
9+
310
## [0.2.10](https://github.com/quantinuum/tket2/compare/qis-compiler-v0.2.9...qis-compiler-v0.2.10) (2025-11-10)
411

512

qis-compiler/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ classifiers = [
3838
"Programming Language :: Python :: Implementation :: CPython",
3939
"Programming Language :: Python :: Implementation :: PyPy",
4040
]
41-
version = "0.2.10" # updated by release-please
41+
version = "0.2.11" # updated by release-please
4242

4343
[project.urls]
4444
repository = "https://github.com/quantinuum/tket2/tree/main/qis-compiler"

0 commit comments

Comments
 (0)