Skip to content

chore: release selene-core 0.3.0-alpha.1 - #163

Merged
jake-arkinstall merged 1 commit into
0.3-seriesfrom
release-please--branches--0.3-series--components--selene-core
Jun 12, 2026
Merged

jake-arkinstall merged 1 commit into
0.3-seriesfrom
release-please--branches--0.3-series--components--selene-core

Conversation

@hugrbot

@hugrbot hugrbot commented Apr 21, 2026

Copy link
Copy Markdown
Collaborator

🤖 I have created a release beep boop

0.3.0-alpha.1 (2026-06-12)

⚠ BREAKING CHANGES

  • Use struct exports for all plugin types, separate error model and simulator (#169)
  • Add handling for an additional gateset (#119)

Features

  • Add version attributes (#137) (379ae01)
  • Add handling for an additional gateset (#119) (5180b80)
  • Add simulate_delay functionality (#139) (cca97fa)
  • Add support for object files provided as bytes (#94) (c4cfac6)
  • add timing to builtin runtimes and batching options to softrz runtime (#158) (049e123)
  • Build improvements (#142) (12f399b)
  • Interactive use of Selene from python (#135) (db3028d)
  • Make interfaces shared, add ArgReader (#171) (143e742)
  • QIR support using QIR-QIS (#114) (70ab294)
  • Result stream handling refactor (#93) (607a55e)
  • Stim improvements (more ops + state printing) (#115) (867d5e5)
  • test on QIS instead of relying on the upper stack (#150) (b80a9c4)
  • Traces for analytics (#160) (24b9978)
  • Use mingw instead of msvc for windows wheels (#143) (3d91514)
  • Use struct exports for all plugin types, separate error model and simulator (#169) (c44a5c9)

Bug Fixes

  • add ___barrier to Helios QIS for QIR emulation (#136) (dfbc4c3)
  • avoid using qir_major_version string for QIR detection (#123) (deaa0dc)
  • classify lowered qir-qis bitcode as helios (#157) (67fca60)
  • make qir-qis optional and stabilize CI (#164) (e52c0b2)

This PR was generated with Release Please. See documentation.

@hugrbot hugrbot changed the title chore: release selene-core 0.4.0-alpha.0 chore: release selene-core 0.3.0 Apr 21, 2026
@hugrbot
hugrbot force-pushed the release-please--branches--0.3-series--components--selene-core branch from 2434bd5 to fb9e861 Compare April 21, 2026 16:17
@hugrbot hugrbot changed the title chore: release selene-core 0.3.0 chore: release selene-core 0.3.0-alpha.1 Apr 21, 2026
@hugrbot
hugrbot force-pushed the release-please--branches--0.3-series--components--selene-core branch 2 times, most recently from 5388228 to ed1c72b Compare April 22, 2026 09:12
@hugrbot
hugrbot force-pushed the release-please--branches--0.3-series--components--selene-core branch from ed1c72b to dd82f9e Compare May 27, 2026 17:13
@hugrbot
hugrbot force-pushed the release-please--branches--0.3-series--components--selene-core branch from dd82f9e to de174f7 Compare June 12, 2026 14:30
@jake-arkinstall
jake-arkinstall marked this pull request as ready for review June 12, 2026 15:03
@jake-arkinstall
jake-arkinstall self-requested a review as a code owner June 12, 2026 15:03
Copilot AI review requested due to automatic review settings June 12, 2026 15:03
@jake-arkinstall
jake-arkinstall merged commit 6d4a899 into 0.3-series Jun 12, 2026
10 checks passed
@jake-arkinstall
jake-arkinstall deleted the release-please--branches--0.3-series--components--selene-core branch June 12, 2026 15:03
@hugrbot

hugrbot commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator Author

🤖 Created releases:

🌻

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR is a Release Please–generated release bump for selene-core to 0.3.0-alpha.1, updating package metadata, lockfiles, and the changelog to reflect the new prerelease.

Changes:

  • Bump selene-core version to 0.3.0-alpha.1 across Rust and Python package metadata.
  • Update Cargo lockfiles for the workspace, examples, and ArgReader utility to reference the new selene-core version.
  • Append the 0.3.0-alpha.1 release notes to selene-core/CHANGELOG.md and update .release-please-manifest.json.

Reviewed changes

Copilot reviewed 4 out of 10 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
uv.lock Updates locked editable selene-core version (currently uses a SemVer-style prerelease string).
selene-ext/utilities/argreader/Cargo.lock Bumps the locked selene-core crate version used by ArgReader.
selene-core/pyproject.toml Updates Python package version for selene-core (currently uses a SemVer-style prerelease string).
selene-core/examples/simulator/Cargo.lock Bumps selene-core version in simulator example lockfile.
selene-core/examples/runtime/Cargo.lock Bumps selene-core version in runtime example lockfile.
selene-core/examples/error_model/Cargo.lock Bumps selene-core version in error-model example lockfile.
selene-core/CHANGELOG.md Adds the 0.3.0-alpha.1 release notes section.
selene-core/Cargo.toml Bumps selene-core crate version to 0.3.0-alpha.1.
Cargo.lock Bumps the workspace-locked selene-core crate version.
.release-please-manifest.json Updates the Release Please manifest for selene-core to 0.3.0-alpha.1.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

[project]
name = "selene-core"
version = "0.3.0a0"
version = "0.3.0-alpha.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants