Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"tket-py": "0.12.8",
"tket-eccs": "0.5.1",
"tket-exts": "0.12.0",
"qis-compiler": "0.2.9"
"qis-compiler": "0.2.10"
}
7 changes: 7 additions & 0 deletions qis-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.10](https://github.com/CQCL/tket2/compare/qis-compiler-v0.2.9...qis-compiler-v0.2.10) (2025-11-10)


### Features

* add GPU lowering to selene-hugr-qis-compiler ([#1169](https://github.com/CQCL/tket2/issues/1169)) ([bcf1d4c](https://github.com/CQCL/tket2/commit/bcf1d4c3c7a1dce383fcdd7f4668663b2fbc7c04))

## [0.2.9](https://github.com/CQCL/tket2/compare/qis-compiler-v0.2.8...qis-compiler-v0.2.9) (2025-10-22)


Expand Down
2 changes: 1 addition & 1 deletion qis-compiler/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
version = "0.2.9" # updated by release-please
version = "0.2.10" # updated by release-please

[project.urls]
repository = "https://github.com/CQCL/tket2/tree/main/qis-compiler"
Expand Down
Loading