From 9f8a33ba02ce84cdc93c07d42917206abd34de44 Mon Sep 17 00:00:00 2001 From: MarquessV Date: Wed, 28 Feb 2024 17:15:04 +0000 Subject: [PATCH] chore: prepare new release(s) [skip ci] --- Cargo.lock | 4 ++-- crates/lib/CHANGELOG.md | 7 +++++++ crates/lib/Cargo.toml | 2 +- crates/python/CHANGELOG.md | 7 +++++++ crates/python/Cargo.toml | 2 +- crates/python/pyproject.toml | 4 ++-- 6 files changed, 20 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 35d50f9ec..f9cc2c8d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2107,7 +2107,7 @@ dependencies = [ [[package]] name = "qcs" -version = "0.21.1-rc.1" +version = "0.21.1" dependencies = [ "assert2", "async-trait", @@ -2242,7 +2242,7 @@ dependencies = [ [[package]] name = "qcs-sdk-python" -version = "0.17.1-rc.1" +version = "0.17.1" dependencies = [ "async-trait", "numpy", diff --git a/crates/lib/CHANGELOG.md b/crates/lib/CHANGELOG.md index e97cd1c3a..b685c2661 100644 --- a/crates/lib/CHANGELOG.md +++ b/crates/lib/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.21.1 + +### Features + +- Support running a program with multiple sets of patch values in a single request. (#445) +- Improve error messages returned by the RPCQ quilc client (#444) + ## 0.21.1-rc.1 ### Features diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 634355a9a..d74244fcf 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.1-rc.1" +version = "0.21.1" 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 f83e9dce3..5d609c9f8 100644 --- a/crates/python/CHANGELOG.md +++ b/crates/python/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.17.1 + +### Features + +- Support running a program with multiple sets of patch values in a single request. (#445) +- Improve error messages returned by the RPCQ quilc client (#444) + ## 0.17.1-rc.1 ### Features diff --git a/crates/python/Cargo.toml b/crates/python/Cargo.toml index 9ff99e68c..cd352ce52 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.1-rc.1" +version = "0.17.1" 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 30177138f..57a8ab109 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.1-rc.1" +version = "0.17.1" description = "Python interface for the QCS Rust SDK" readme = "README.md" license = { text = "Apache-2.0" } @@ -26,7 +26,7 @@ dependencies = ["quil==0.6.6"] # 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.1-rc.1" +version = "0.17.1" description = "Python interface for the QCS Rust SDK" readme = "README.md" authors = [