From 81505af00228ff3bb2d52d42e1e82ed64a3ea499 Mon Sep 17 00:00:00 2001 From: BatmanAoD Date: Wed, 20 Sep 2023 22:49:02 +0000 Subject: [PATCH] chore: prepare new prerelease(s) [skip ci] --- Cargo.lock | 4 ++-- crates/lib/CHANGELOG.md | 6 ++++++ crates/lib/Cargo.toml | 2 +- crates/python/CHANGELOG.md | 6 ++++++ crates/python/Cargo.toml | 2 +- crates/python/pyproject.toml | 4 ++-- 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8bee2d091..e323b82a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1869,7 +1869,7 @@ dependencies = [ [[package]] name = "qcs" -version = "0.16.2" +version = "0.16.3-rc.0" dependencies = [ "async-trait", "built", @@ -1996,7 +1996,7 @@ dependencies = [ [[package]] name = "qcs-sdk-python" -version = "0.12.2" +version = "0.12.3-rc.0" dependencies = [ "async-trait", "numpy", diff --git a/crates/lib/CHANGELOG.md b/crates/lib/CHANGELOG.md index dbc73b73f..d38a636c5 100644 --- a/crates/lib/CHANGELOG.md +++ b/crates/lib/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.16.3-rc.0 + +### Features + +- release with new grpc-channel construction method (#364) + ## 0.16.2 ### Features diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 86326c37c..eec1cb75a 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "qcs" description = "High level interface for running Quil on a QPU" -version = "0.16.2" +version = "0.16.3-rc.0" edition = "2018" license = "Apache-2.0" repository = "https://github.com/rigetti/qcs-sdk-rust" diff --git a/crates/python/CHANGELOG.md b/crates/python/CHANGELOG.md index 997a400bc..5797bc2c5 100644 --- a/crates/python/CHANGELOG.md +++ b/crates/python/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.12.3-rc.0 + +### Features + +- release with new grpc-channel construction method (#364) + ## 0.12.2 ### Features diff --git a/crates/python/Cargo.toml b/crates/python/Cargo.toml index 81e7be11d..8a2f04062 100644 --- a/crates/python/Cargo.toml +++ b/crates/python/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "qcs-sdk-python" description = "Python bindings to qcs-sdk-rust" -version = "0.12.2" +version = "0.12.3-rc.0" edition = "2021" license = "Apache-2.0" repository = "https://github.com/rigetti/qcs-sdk-rust" diff --git a/crates/python/pyproject.toml b/crates/python/pyproject.toml index dee110c09..fc7070ef7 100644 --- a/crates/python/pyproject.toml +++ b/crates/python/pyproject.toml @@ -1,7 +1,7 @@ # This is the metadata Maturin uploads to PyPI on publish [project] name = "qcs-sdk-python" -version = "0.12.2" +version = "0.12.3-rc.0" description = "Python interface for the QCS Rust SDK" readme = "README.md" license = { text = "Apache-2.0" } @@ -26,7 +26,7 @@ dependencies = ["quil==0.5.3"] # 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.12.2" +version = "0.12.3-rc.0" description = "Python interface for the QCS Rust SDK" readme = "README.md" authors = [