From 45c8d390a7c7f2e7b6ac745c5b5bb500a83e59a1 Mon Sep 17 00:00:00 2001 From: MarquessV Date: Fri, 8 Mar 2024 19:56:20 +0000 Subject: [PATCH] chore: prepare new release(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 bf920a876..5869197b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2116,7 +2116,7 @@ dependencies = [ [[package]] name = "qcs" -version = "0.21.3-rc.0" +version = "0.21.3" dependencies = [ "assert2", "async-trait", @@ -2251,7 +2251,7 @@ dependencies = [ [[package]] name = "qcs-sdk-python" -version = "0.17.3-rc.0" +version = "0.17.3" dependencies = [ "async-trait", "numpy", diff --git a/crates/lib/CHANGELOG.md b/crates/lib/CHANGELOG.md index d06e477aa..c2cb508d3 100644 --- a/crates/lib/CHANGELOG.md +++ b/crates/lib/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.21.3 + +### Fixes + +- Update quil-rs, fixing a regression in DELAY parsing (#450) + ## 0.21.3-rc.0 ### Fixes diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 5fbd868d6..6ee74439b 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.3-rc.0" +version = "0.21.3" 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 901eaa0ac..48f93ac8d 100644 --- a/crates/python/CHANGELOG.md +++ b/crates/python/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.17.3 + +### Fixes + +- Update quil-rs, fixing a regression in DELAY parsing (#450) + ## 0.17.3-rc.0 ### Fixes diff --git a/crates/python/Cargo.toml b/crates/python/Cargo.toml index 4ab42ec3e..5a8fc452f 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.3-rc.0" +version = "0.17.3" 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 88ebf03f9..1728fa25a 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.3-rc.0" +version = "0.17.3" description = "Python interface for the QCS Rust SDK" readme = "README.md" license = { text = "Apache-2.0" } @@ -26,7 +26,7 @@ dependencies = ["quil==0.7.0"] # 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.3-rc.0" +version = "0.17.3" description = "Python interface for the QCS Rust SDK" readme = "README.md" authors = [