From 95afc2f7b4093c30599b7a3883ce1b01584068a6 Mon Sep 17 00:00:00 2001 From: jselig-rigetti Date: Thu, 19 Dec 2024 23:59:19 +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 | 2 +- 6 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9168f637..a6be3904 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2800,7 +2800,7 @@ dependencies = [ [[package]] name = "qcs" -version = "0.25.6-rc.0" +version = "0.25.6" dependencies = [ "assert2", "async-trait", @@ -2941,7 +2941,7 @@ dependencies = [ [[package]] name = "qcs-sdk-python" -version = "0.21.6-rc.0" +version = "0.21.6" dependencies = [ "async-trait", "numpy", diff --git a/crates/lib/CHANGELOG.md b/crates/lib/CHANGELOG.md index 35c7861f..23abb0a2 100644 --- a/crates/lib/CHANGELOG.md +++ b/crates/lib/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.25.6 + +### Fixes + +- update rust and ci dependencies (#519) + ## 0.25.6-rc.0 ### Fixes diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 21854ff3..d3b36f7d 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.25.6-rc.0" +version = "0.25.6" 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 9ec1e997..a15ac3c2 100644 --- a/crates/python/CHANGELOG.md +++ b/crates/python/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.21.6 + +### Fixes + +- update rust and ci dependencies (#519) + ## 0.21.6-rc.0 ### Fixes diff --git a/crates/python/Cargo.toml b/crates/python/Cargo.toml index a1d8b20d..376e49a2 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.21.6-rc.0" +version = "0.21.6" 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 e1ea96af..9dcbf5a1 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.21.6-rc.0" +version = "0.21.6" description = "Python interface for the QCS Rust SDK" readme = "README.md" license = { text = "Apache-2.0" }