Conversation
3067f85 to
049f6f5
Compare
049f6f5 to
e8f4e42
Compare
e8f4e42 to
a3df520
Compare
|
🤖 Created releases: 🌻 |
There was a problem hiding this comment.
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-coreversion to0.2.8across Rust (Cargo.toml/Cargo.lock) and Python (pyproject.toml/uv.lock) metadata. - Update example
Cargo.lockfiles to referenceselene-core0.2.8. - Add
selene-corev0.2.8 section toselene-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" |
There was a problem hiding this comment.
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.
🤖 I have created a release beep boop
0.2.8 (2026-04-21)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.