Skip to content

Commit 41c5b01

Browse files
committed
chore: prepare new prerelease(s) [skip ci]
1 parent 7114f71 commit 41c5b01

File tree

6 files changed

+33
-6
lines changed

6 files changed

+33
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lib/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.10.0-rc.7
2+
3+
### Breaking Changes
4+
5+
- The `execution_data` module now provides `ExecutionData` as a replacement for both `Qvm` and `Qpu` structs. It serves a common interface for interacting with both result shapes when possible. See the `ExecutionData` documentation for more details on how to use it. (#223)
6+
- implement Python wrappers for the full Rust API (#230)
7+
8+
### Features
9+
10+
- export qcs client url settings (#249)
11+
- support protoquil flag in compilation (rebase fix) (#243)
12+
- export get_quilt_calibrations (#247)
13+
114
## 0.10.0-rc.6
215

316
### Breaking Changes

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.10.0-rc.6"
4+
version = "0.10.0-rc.7"
55
edition = "2018"
66
license = "Apache-2.0"
77
repository = "https://github.com/rigetti/qcs-sdk-rust"

crates/python/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.5.0-rc.7
2+
3+
### Breaking Changes
4+
5+
- The `execution_data` module now provides `ExecutionData` as a replacement for both `Qvm` and `Qpu` structs. It serves a common interface for interacting with both result shapes when possible. See the `ExecutionData` documentation for more details on how to use it. (#223)
6+
- implement Python wrappers for the full Rust API (#230)
7+
8+
### Features
9+
10+
- export qcs client url settings (#249)
11+
- support protoquil flag in compilation (rebase fix) (#243)
12+
- export get_quilt_calibrations (#247)
13+
- implement get_instruction_set_architecture (#240)
14+
115
## 0.5.0-rc.6
216

317
### Breaking Changes

crates/python/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-sdk-python"
33
description = "Python bindings to qcs-sdk-rust"
4-
version = "0.5.0-rc.6"
4+
version = "0.5.0-rc.7"
55
edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/rigetti/qcs-sdk-rust"

crates/python/pyproject.toml

Lines changed: 2 additions & 2 deletions
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.5.0-rc.6"
4+
version = "0.5.0-rc.7"
55
description = "Python interface for the QCS Rust SDK"
66
readme = "README.md"
77
license = { text = "Apache-2.0" }
@@ -24,7 +24,7 @@ classifiers = [
2424
# We can remove this table once this issue is resolved: https://github.com/python-poetry/poetry/issues/3332
2525
[tool.poetry]
2626
name = "qcs-sdk-python"
27-
version = "0.5.0-rc.6"
27+
version = "0.5.0-rc.7"
2828
description = "Python interface for the QCS Rust SDK"
2929
readme = "README.md"
3030
authors = [

0 commit comments

Comments
 (0)