Skip to content

Commit 3de62bd

Browse files
committed
chore: release selene-sim 0.2.16
1 parent ef1964a commit 3de62bd

6 files changed

Lines changed: 22 additions & 15 deletions

File tree

.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.10",
33
"selene-compilers/hugr_qis": "0.2.6",
4-
".": "0.2.15"
4+
".": "0.2.16"
55
}

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.16](https://github.com/Quantinuum/selene/compare/selene-sim-v0.2.15...selene-sim-v0.2.16) (2026-05-22)
4+
5+
6+
### Features
7+
8+
* Make interfaces shared, add ArgReader ([#171](https://github.com/Quantinuum/selene/issues/171)) ([143e742](https://github.com/Quantinuum/selene/commit/143e742d1a5912dd8c92f44dd31a69f462ac3c88))
9+
310
## [0.2.15](https://github.com/Quantinuum/selene/compare/selene-sim-v0.2.14...selene-sim-v0.2.15) (2026-04-28)
411

512

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.94"
2020
authors = ["Jake Arkinstall <jake.arkinstall@quantinuum.com>"]
2121
edition = "2024"
22-
version = "0.2.15"
22+
version = "0.2.16"
2323
repository = "https://github.com/quantinuum/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 quantum computation"
8-
version = "0.2.15"
8+
version = "0.2.16"
99
requires-python = ">=3.10"
1010
dependencies = [
1111
"numpy>=2.2.6",

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)