Skip to content

chore: release selene-core 0.2.8#159

Merged
jake-arkinstall merged 1 commit intomainfrom
release-please--branches--main--components--selene-core
Apr 21, 2026
Merged

chore: release selene-core 0.2.8#159
jake-arkinstall merged 1 commit intomainfrom
release-please--branches--main--components--selene-core

Conversation

@hugrbot
Copy link
Copy Markdown
Collaborator

@hugrbot hugrbot commented Apr 14, 2026

🤖 I have created a release beep boop

0.2.8 (2026-04-21)

Features

  • add timing to builtin runtimes and batching options to softrz runtime (#158) (049e123)
  • Traces for analytics (#160) (24b9978)

Bug Fixes

  • classify lowered qir-qis bitcode as helios (#157) (67fca60)

This PR was generated with Release Please. See documentation.

@hugrbot hugrbot force-pushed the release-please--branches--main--components--selene-core branch 2 times, most recently from 3067f85 to 049f6f5 Compare April 16, 2026 10:27
@hugrbot hugrbot force-pushed the release-please--branches--main--components--selene-core branch from 049f6f5 to e8f4e42 Compare April 21, 2026 16:03
@hugrbot hugrbot force-pushed the release-please--branches--main--components--selene-core branch from e8f4e42 to a3df520 Compare April 21, 2026 22:56
@jake-arkinstall jake-arkinstall marked this pull request as ready for review April 21, 2026 23:07
@jake-arkinstall jake-arkinstall self-requested a review as a code owner April 21, 2026 23:07
Copilot AI review requested due to automatic review settings April 21, 2026 23:07
@jake-arkinstall jake-arkinstall merged commit ed91a03 into main Apr 21, 2026
12 checks passed
@jake-arkinstall jake-arkinstall deleted the release-please--branches--main--components--selene-core branch April 21, 2026 23:08
@hugrbot
Copy link
Copy Markdown
Collaborator Author

hugrbot commented Apr 21, 2026

🤖 Created releases:

🌻

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Release PR for selene-core v0.2.8 generated by Release Please, updating package metadata and lockfiles and adding the v0.2.8 changelog entry.

Changes:

  • Bump selene-core version to 0.2.8 across Rust (Cargo.toml/Cargo.lock) and Python (pyproject.toml/uv.lock) metadata.
  • Update example Cargo.lock files to reference selene-core 0.2.8.
  • Add selene-core v0.2.8 section to selene-core/CHANGELOG.md.

Reviewed changes

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

Show a summary per file
File Description
uv.lock Updates locked editable package version for selene-core to 0.2.8
selene-core/pyproject.toml Bumps Python package version to 0.2.8
selene-core/examples/simulator/Cargo.lock Updates example lock to selene-core 0.2.8
selene-core/examples/runtime/Cargo.lock Updates example lock to selene-core 0.2.8
selene-core/examples/error_model/Cargo.lock Updates example lock to selene-core 0.2.8
selene-core/Cargo.toml Bumps Rust crate version to 0.2.8
selene-core/CHANGELOG.md Adds release notes for 0.2.8
Cargo.lock Updates workspace lock entry for selene-core 0.2.8
.release-please-manifest.json Updates release-please manifest for selene-core to 0.2.8

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

[project]
name = "selene-core"
version = "0.2.7"
version = "0.2.8"
Copy link

Copilot AI Apr 21, 2026

Choose a reason for hiding this comment

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

The package version is bumped here to 0.2.8, but selene-core/python/selene_core/__init__.py still declares __version__ = "0.2.4" (and appears intended to be kept in sync via release-please). This leaves selene_core.__version__ inconsistent with the published package version. Please update __version__ as part of the release, or switch it to derive from package metadata (e.g., importlib.metadata.version("selene-core")) to avoid future drift.

Copilot uses AI. Check for mistakes.
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