Skip to content

Commit

Permalink
chore: prepare new prerelease(s) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Jun 29, 2023
1 parent 34c55b5 commit 3d9c634
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 15 additions & 1 deletion crates/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.14.0-rc.2
## 0.14.0-rc.3

### Breaking Changes

Expand All @@ -9,6 +9,20 @@

### Features

- The QCS Client now fallbacks to default values when loading incomplete settings. The default `grpc_api_url` has been updated. (#314)
- TranslationOptions builder-like struct with Python bindings (#308)

## 0.14.0-rc.2

### Breaking Changes

- QVM timeout can now be configured via a new options parameter (#309)
- change to signature of `qpu::translate` to be generic over translation options

---------

### Features

- TranslationOptions builder-like struct with Python bindings (#308)

## 0.14.0-rc.1
Expand Down
2 changes: 1 addition & 1 deletion crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "qcs"
description = "High level interface for running Quil on a QPU"
version = "0.14.0-rc.2"
version = "0.14.0-rc.3"
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/rigetti/qcs-sdk-rust"
Expand Down
17 changes: 16 additions & 1 deletion crates/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.9.0-rc.2
## 0.9.0-rc.3

### Breaking Changes

Expand All @@ -9,6 +9,21 @@

### Features

- The QCS Client now fallbacks to default values when loading incomplete settings. The default `grpc_api_url` has been updated. (#314)
- Integrate with logging (#311)
- TranslationOptions builder-like struct with Python bindings (#308)

## 0.9.0-rc.2

### Breaking Changes

- QVM timeout can now be configured via a new options parameter (#309)
- change to signature of `qpu::translate` to be generic over translation options

---------

### Features

- Integrate with logging (#311)
- TranslationOptions builder-like struct with Python bindings (#308)

Expand Down
2 changes: 1 addition & 1 deletion crates/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "qcs-sdk-python"
description = "Python bindings to qcs-sdk-rust"
version = "0.9.0-rc.2"
version = "0.9.0-rc.3"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/rigetti/qcs-sdk-rust"
Expand Down
4 changes: 2 additions & 2 deletions crates/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This is the metadata Maturin uploads to PyPI on publish
[project]
name = "qcs-sdk-python"
version = "0.9.0-rc.2"
version = "0.9.0-rc.3"
description = "Python interface for the QCS Rust SDK"
readme = "README.md"
license = { text = "Apache-2.0" }
Expand All @@ -25,7 +25,7 @@ classifiers = [
# We can remove this table once this issue is resolved: https://github.com/python-poetry/poetry/issues/3332
[tool.poetry]
name = "qcs-sdk-python"
version = "0.9.0-rc.2"
version = "0.9.0-rc.3"
description = "Python interface for the QCS Rust SDK"
readme = "README.md"
authors = [
Expand Down

0 comments on commit 3d9c634

Please sign in to comment.