Skip to content

Commit

Permalink
chore: prepare new release(s) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Feb 16, 2024
1 parent eebf539 commit 5cc55b2
Show file tree
Hide file tree
Showing 6 changed files with 44 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.

20 changes: 19 additions & 1 deletion crates/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.21.0-rc.1
## 0.21.0

### Breaking Changes

Expand All @@ -16,6 +16,24 @@ slightly modified.

- Automatically retry requests that fail due to transient network errors, fgequests to cancel job no longer error due to missing target. (#443)

## 0.21.0-rc.1

### Breaking Changes

- The calibration program is now from
`get_quilt_calibrations` as a string. The error variants have also been
slightly modified.

* simplify error map

* cleanup test

* put calibration in mock calibration program

### Features

- Automatically retry requests that fail due to transient network errors, fgequests to cancel job no longer error due to missing target. (#443)

## 0.21.0-rc.0

### Breaking Changes
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.21.0-rc.1"
version = "0.21.0"
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/rigetti/qcs-sdk-rust"
Expand Down
20 changes: 19 additions & 1 deletion crates/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.17.0-rc.1
## 0.17.0

### Breaking Changes

Expand All @@ -16,6 +16,24 @@ slightly modified.

- Automatically retry requests that fail due to transient network errors, fgequests to cancel job no longer error due to missing target. (#443)

## 0.17.0-rc.1

### Breaking Changes

- The calibration program is now from
`get_quilt_calibrations` as a string. The error variants have also been
slightly modified.

* simplify error map

* cleanup test

* put calibration in mock calibration program

### Features

- Automatically retry requests that fail due to transient network errors, fgequests to cancel job no longer error due to missing target. (#443)

## 0.17.0-rc.0

### Breaking Changes
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.17.0-rc.1"
version = "0.17.0"
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.17.0-rc.1"
version = "0.17.0"
description = "Python interface for the QCS Rust SDK"
readme = "README.md"
license = { text = "Apache-2.0" }
Expand All @@ -26,7 +26,7 @@ dependencies = ["quil==0.6.6"]
# 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.17.0-rc.1"
version = "0.17.0"
description = "Python interface for the QCS Rust SDK"
readme = "README.md"
authors = [
Expand Down

0 comments on commit 5cc55b2

Please sign in to comment.