Skip to content

Commit 5eb3667

Browse files
committed
chore: release selene-sim 0.2.5
1 parent c5533b8 commit 5eb3667

File tree

6 files changed

+29
-15
lines changed

6 files changed

+29
-15
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",
33
"selene-compilers/hugr_qis": "0.2.6",
4-
".": "0.2.4"
4+
".": "0.2.5"
55
}

CHANGELOG.md

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

3+
## [0.2.5](https://github.com/CQCL/selene/compare/selene-sim-v0.2.4...selene-sim-v0.2.5) (2025-09-23)
4+
5+
6+
### Features
7+
8+
* **compiler:** Bump tket version; add wasm + gpu to the hugr-qis registry ([c69155d](https://github.com/CQCL/selene/commit/c69155d9717e942c6c67065dbf47cdb156542689))
9+
* Emit a nicer error when trying to emulate unsupported pytket ops ([#72](https://github.com/CQCL/selene/issues/72)) ([d88a28a](https://github.com/CQCL/selene/commit/d88a28a827d15fb2fcbc036964452fdcfd7b1cd8))
10+
11+
12+
### Bug Fixes
13+
14+
* **compiler:** error when entrypoint has arguments ([#84](https://github.com/CQCL/selene/issues/84)) ([604b131](https://github.com/CQCL/selene/commit/604b1311b96593609e699a6bb8251ad3c952ebdb))
15+
* **compiler:** update tket-qystem to fix CZ bug ([#78](https://github.com/CQCL/selene/issues/78)) ([3991f11](https://github.com/CQCL/selene/commit/3991f11a73d8ceebf0346a8c43248fde73e1b549))
16+
317
## [0.2.4](https://github.com/CQCL/selene/compare/selene-sim-v0.2.3...selene-sim-v0.2.4) (2025-08-28)
418

519

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ members = [
1919
rust-version = "1.85"
2020
authors = ["Jake Arkinstall <[email protected]>"]
2121
edition = "2024"
22-
version = "0.2.4"
22+
version = "0.2.5"
2323
repository = "https://github.com/CQCL/selene"
2424
license = "Apache-2.0"
2525

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "selene-sim"
77
description = "Quantinuum's open source emulator for hybrid quantum computation"
8-
version = "0.2.4"
8+
version = "0.2.5"
99
requires-python = ">=3.10"
1010
dependencies = [
1111
"selene-core~=0.2.1",

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)