Skip to content

Commit 5cc55b2

Browse files
committed
chore: prepare new release(s) [skip ci]
1 parent eebf539 commit 5cc55b2

File tree

6 files changed

+44
-8
lines changed

6 files changed

+44
-8
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lib/CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.21.0-rc.1
1+
## 0.21.0
22

33
### Breaking Changes
44

@@ -16,6 +16,24 @@ slightly modified.
1616

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

19+
## 0.21.0-rc.1
20+
21+
### Breaking Changes
22+
23+
- The calibration program is now from
24+
`get_quilt_calibrations` as a string. The error variants have also been
25+
slightly modified.
26+
27+
* simplify error map
28+
29+
* cleanup test
30+
31+
* put calibration in mock calibration program
32+
33+
### Features
34+
35+
- Automatically retry requests that fail due to transient network errors, fgequests to cancel job no longer error due to missing target. (#443)
36+
1937
## 0.21.0-rc.0
2038

2139
### Breaking Changes

crates/lib/Cargo.toml

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

crates/python/CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.17.0-rc.1
1+
## 0.17.0
22

33
### Breaking Changes
44

@@ -16,6 +16,24 @@ slightly modified.
1616

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

19+
## 0.17.0-rc.1
20+
21+
### Breaking Changes
22+
23+
- The calibration program is now from
24+
`get_quilt_calibrations` as a string. The error variants have also been
25+
slightly modified.
26+
27+
* simplify error map
28+
29+
* cleanup test
30+
31+
* put calibration in mock calibration program
32+
33+
### Features
34+
35+
- Automatically retry requests that fail due to transient network errors, fgequests to cancel job no longer error due to missing target. (#443)
36+
1937
## 0.17.0-rc.0
2038

2139
### Breaking Changes

crates/python/Cargo.toml

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

crates/python/pyproject.toml

+2-2
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.17.0-rc.1"
4+
version = "0.17.0"
55
description = "Python interface for the QCS Rust SDK"
66
readme = "README.md"
77
license = { text = "Apache-2.0" }
@@ -26,7 +26,7 @@ dependencies = ["quil==0.6.6"]
2626
# We can remove this table once this issue is resolved: https://github.com/python-poetry/poetry/issues/3332
2727
[tool.poetry]
2828
name = "qcs-sdk-python"
29-
version = "0.17.0-rc.1"
29+
version = "0.17.0"
3030
description = "Python interface for the QCS Rust SDK"
3131
readme = "README.md"
3232
authors = [

0 commit comments

Comments
 (0)