From 6f78b6c92553c50a9abc201add719b67b490ec57 Mon Sep 17 00:00:00 2001 From: MarquessV Date: Wed, 17 Apr 2024 22:40:57 +0000 Subject: [PATCH] chore: prepare new prerelease(s) [skip ci] --- Cargo.lock | 8 ++++---- 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, 20 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88d8bfd90..10862032a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2124,7 +2124,7 @@ dependencies = [ [[package]] name = "qcs" -version = "0.21.6" +version = "0.21.7-rc.0" dependencies = [ "assert2", "async-trait", @@ -2260,7 +2260,7 @@ dependencies = [ [[package]] name = "qcs-sdk-python" -version = "0.17.6" +version = "0.17.7-rc.0" dependencies = [ "async-trait", "numpy", @@ -2290,8 +2290,8 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" [[package]] name = "quil-rs" -version = "0.25.0" -source = "git+https://github.com/rigetti/quil-rs?tag=quil-py/v0.9.0#a787618c849c66b91964b6f14f2f482c043d69b6" +version = "0.25.1" +source = "git+https://github.com/rigetti/quil-rs?tag=quil-py/v0.9.1#4179fb03feff6b83edfb7a0448b0b3967ed28212" dependencies = [ "approx", "indexmap 2.2.6", diff --git a/crates/lib/CHANGELOG.md b/crates/lib/CHANGELOG.md index 9d9b77431..478356af1 100644 --- a/crates/lib/CHANGELOG.md +++ b/crates/lib/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.21.7-rc.0 + +### Features + +- Update quil + ## 0.21.6 ### Features diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index edc91af13..53a5d724b 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.21.6" +version = "0.21.7-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 1571c343c..d57ca79e2 100644 --- a/crates/python/CHANGELOG.md +++ b/crates/python/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.17.7-rc.0 + +### Features + +- Update quil + ## 0.17.6 ### Features diff --git a/crates/python/Cargo.toml b/crates/python/Cargo.toml index d2e1ec4d3..9a17adb27 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.17.6" +version = "0.17.7-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 2f4bd6f54..f1e899efa 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.17.6" +version = "0.17.7-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.9.1"] # 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.6" +version = "0.17.7-rc.0" description = "Python interface for the QCS Rust SDK" readme = "README.md" authors = [