Skip to content

Commit 3866fb4

Browse files
committed
chore: prepare new release(s) [skip ci]
1 parent 19b8f5e commit 3866fb4

File tree

6 files changed

+36
-6
lines changed

6 files changed

+36
-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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.11.0
2+
3+
### Breaking Changes
4+
5+
- `compile_program` now returns `CompilationResult`, containing the native program and `NativeQuilMetadata`
6+
7+
### Features
8+
9+
- the default QCS Client configuration now respects environment variable overrides (#297)
10+
11+
### Fixes
12+
13+
- Deserialize final_rewiring_values from None as an empty Vec (#293)
14+
115
## 0.11.0-rc.4
216

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

crates/python/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.6.0
2+
3+
### Breaking Changes
4+
5+
- `compile_program` now returns `CompilationResult`, containing the native program and `NativeQuilMetadata`
6+
7+
### Features
8+
9+
- the default QCS Client configuration now respects environment variable overrides (#297)
10+
11+
### Fixes
12+
13+
- check signals before blocking thread (#299)
14+
- qvm_url is now set correctly when intializing a QCSClient (#296)
15+
- Deserialize final_rewiring_values from None as an empty Vec (#293)
16+
117
## 0.6.0-rc.4
218

319
### 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.6.0-rc.4"
4+
version = "0.6.0"
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.6.0-rc.4"
4+
version = "0.6.0"
55
description = "Python interface for the QCS Rust SDK"
66
readme = "README.md"
77
license = { text = "Apache-2.0" }
@@ -25,7 +25,7 @@ classifiers = [
2525
# We can remove this table once this issue is resolved: https://github.com/python-poetry/poetry/issues/3332
2626
[tool.poetry]
2727
name = "qcs-sdk-python"
28-
version = "0.6.0-rc.4"
28+
version = "0.6.0"
2929
description = "Python interface for the QCS Rust SDK"
3030
readme = "README.md"
3131
authors = [

0 commit comments

Comments
 (0)