Skip to content

Commit 8313f68

Browse files
committed
chore: prepare new release(s) [skip ci]
1 parent 0be918d commit 8313f68

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

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.

crates/lib/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.26.3-rc.0 (2026-05-27)
2+
3+
### Features
4+
5+
- use QCS "core dependencies" crate (#588)
6+
17
## 0.26.2 (2026-05-26)
28

39
### Features

crates/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "qcs"
33
description = "High level interface for running Quil on a QPU"
4-
version = "0.26.2"
4+
version = "0.26.3-rc.0"
55
edition = "2018"
66
license = "Apache-2.0"
77
repository = "https://github.com/rigetti/qcs-sdk-rust"

crates/lib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This is the metadata Maturin uploads to PyPI on publish
22
[project]
33
name = "qcs-sdk-python"
4-
version = "0.26.2"
4+
version = "0.26.3-rc.0"
55
requires-python = ">=3.10,<4"
66
description = "Python interface for the QCS Rust SDK"
77
readme = "README-py.md"

0 commit comments

Comments
 (0)