Skip to content

Commit d72a3d7

Browse files
committed
chore: prepare new prerelease(s) [skip ci]
1 parent 88f178e commit d72a3d7

File tree

6 files changed

+34
-8
lines changed

6 files changed

+34
-8
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## 0.14.0-rc.0
1+
## 0.14.0-rc.1
22

33
### Breaking Changes
44

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

78
---------
@@ -10,6 +11,18 @@
1011

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

14+
## 0.14.0-rc.0
15+
16+
### Breaking Changes
17+
18+
- change to signature of `qpu::translate` to be generic over translation options
19+
20+
---------
21+
22+
### Features
23+
24+
- TranslationOptions builder-like struct with Python bindings (#308)
25+
1326
## 0.13.1
1427

1528
### Fixes

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

crates/python/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## 0.9.0-rc.0
1+
## 0.9.0-rc.1
22

33
### Breaking Changes
44

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

78
---------
@@ -10,6 +11,18 @@
1011

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

14+
## 0.9.0-rc.0
15+
16+
### Breaking Changes
17+
18+
- change to signature of `qpu::translate` to be generic over translation options
19+
20+
---------
21+
22+
### Features
23+
24+
- TranslationOptions builder-like struct with Python bindings (#308)
25+
1326
## 0.8.1
1427

1528
### Fixes

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

0 commit comments

Comments
 (0)