Skip to content

Commit af4b184

Browse files
committed
chore: prepare new release(s) [skip ci]
1 parent 3d9c634 commit af4b184

File tree

6 files changed

+37
-8
lines changed

6 files changed

+37
-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

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.14.0-rc.3
1+
## 0.14.0
22

33
### Breaking Changes
44

@@ -12,6 +12,20 @@
1212
- The QCS Client now fallbacks to default values when loading incomplete settings. The default `grpc_api_url` has been updated. (#314)
1313
- TranslationOptions builder-like struct with Python bindings (#308)
1414

15+
## 0.14.0-rc.3
16+
17+
### Breaking Changes
18+
19+
- QVM timeout can now be configured via a new options parameter (#309)
20+
- change to signature of `qpu::translate` to be generic over translation options
21+
22+
---------
23+
24+
### Features
25+
26+
- The QCS Client now fallbacks to default values when loading incomplete settings. The default `grpc_api_url` has been updated. (#314)
27+
- TranslationOptions builder-like struct with Python bindings (#308)
28+
1529
## 0.14.0-rc.2
1630

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

crates/python/CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.9.0-rc.3
1+
## 0.9.0
22

33
### Breaking Changes
44

@@ -13,6 +13,21 @@
1313
- Integrate with logging (#311)
1414
- TranslationOptions builder-like struct with Python bindings (#308)
1515

16+
## 0.9.0-rc.3
17+
18+
### Breaking Changes
19+
20+
- QVM timeout can now be configured via a new options parameter (#309)
21+
- change to signature of `qpu::translate` to be generic over translation options
22+
23+
---------
24+
25+
### Features
26+
27+
- The QCS Client now fallbacks to default values when loading incomplete settings. The default `grpc_api_url` has been updated. (#314)
28+
- Integrate with logging (#311)
29+
- TranslationOptions builder-like struct with Python bindings (#308)
30+
1631
## 0.9.0-rc.2
1732

1833
### 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.9.0-rc.3"
4+
version = "0.9.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.9.0-rc.3"
4+
version = "0.9.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.9.0-rc.3"
28+
version = "0.9.0"
2929
description = "Python interface for the QCS Rust SDK"
3030
readme = "README.md"
3131
authors = [

0 commit comments

Comments
 (0)