Skip to content

Commit c5533b8

Browse files
authored
chore: release selene-hugr-qis-compiler 0.2.6 (#85)
🤖 I have created a release *beep* *boop* --- ## [0.2.6](selene-hugr-qis-compiler-v0.2.5...selene-hugr-qis-compiler-v0.2.6) (2025-09-22) ### Bug Fixes * **compiler:** error when entrypoint has arguments ([#84](#84)) ([604b131](604b131)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 604b131 commit c5533b8

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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
"selene-core": "0.2.1",
3-
"selene-compilers/hugr_qis": "0.2.5",
3+
"selene-compilers/hugr_qis": "0.2.6",
44
".": "0.2.4"
55
}

selene-compilers/hugr_qis/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.6](https://github.com/CQCL/selene/compare/selene-hugr-qis-compiler-v0.2.5...selene-hugr-qis-compiler-v0.2.6) (2025-09-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **compiler:** error when entrypoint has arguments ([#84](https://github.com/CQCL/selene/issues/84)) ([604b131](https://github.com/CQCL/selene/commit/604b1311b96593609e699a6bb8251ad3c952ebdb))
9+
310
## [0.2.5](https://github.com/CQCL/selene/compare/selene-hugr-qis-compiler-v0.2.4...selene-hugr-qis-compiler-v0.2.5) (2025-09-19)
411

512

selene-compilers/hugr_qis/Cargo.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.

selene-compilers/hugr_qis/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name = "selene-hugr-qis-compiler"
55
authors = ["Seyon Sivarajah <[email protected]>"]
66
description = "Compiler for HUGR to LLVM targeting the Helios QIS"
7-
version = "0.2.5"
7+
version = "0.2.6"
88
readme = "README.md"
99
repository = "https://github.com/CQCL/selene/selene-compilers/hugr_qis"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)