Skip to content

Commit c5ec27b

Browse files
committed
chore: release selene-core 0.2.2
1 parent afbcf80 commit c5ec27b

File tree

9 files changed

+17
-8
lines changed

9 files changed

+17
-8
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
{
2-
"selene-core": "0.2.1",
2+
"selene-core": "0.2.2",
33
"selene-compilers/hugr_qis": "0.2.6",
44
".": "0.2.4"
55
}

Cargo.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.

selene-core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## [0.2.2](https://github.com/CQCL/selene/compare/selene-core-v0.2.1...selene-core-v0.2.2) (2025-11-04)
4+
5+
6+
### Features
7+
8+
* Add support for object files provided as bytes ([#94](https://github.com/CQCL/selene/issues/94)) ([c4cfac6](https://github.com/CQCL/selene/commit/c4cfac69d916650bb716d56bc00a1da79645faf2))
9+
* Result stream handling refactor ([#93](https://github.com/CQCL/selene/issues/93)) ([607a55e](https://github.com/CQCL/selene/commit/607a55e6033e737bbaf5fd665f9ec04dc1348618))

selene-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "selene-core"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2024"
55

66
[lib]

selene-core/examples/error_model/Cargo.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.

selene-core/examples/runtime/Cargo.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.

selene-core/examples/simulator/Cargo.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.

selene-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "selene-core"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
requires-python = ">=3.10"
55
description = "The core interop library for Selene python interfaces"
66
readme = "python/selene_core/README.md"

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)