diff --git a/Cargo.lock b/Cargo.lock index 1bab232cd..5529c072b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1913,7 +1913,7 @@ dependencies = [ [[package]] name = "qcs" -version = "0.17.5-rc.1" +version = "0.17.5-rc.2" dependencies = [ "async-trait", "built", @@ -2040,7 +2040,7 @@ dependencies = [ [[package]] name = "qcs-sdk-python" -version = "0.13.5-rc.1" +version = "0.13.5-rc.2" dependencies = [ "async-trait", "numpy", diff --git a/crates/lib/CHANGELOG.md b/crates/lib/CHANGELOG.md index ee16cc99c..f263f063a 100644 --- a/crates/lib/CHANGELOG.md +++ b/crates/lib/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.17.5-rc.2 + +### Features + +- Add memory_values to QPUResultData + ## 0.17.5-rc.1 ### Features diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index d0a188e05..150463eb4 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.17.5-rc.1" +version = "0.17.5-rc.2" 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 9d4e676b5..f4451183a 100644 --- a/crates/python/CHANGELOG.md +++ b/crates/python/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.13.5-rc.2 + +### Features + +- Support Python 3.12 (#394) +- Add memory_values to QPUResultData + ## 0.13.5-rc.1 ### Features diff --git a/crates/python/Cargo.toml b/crates/python/Cargo.toml index b6482cc27..650bd7017 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.13.5-rc.1" +version = "0.13.5-rc.2" 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 d96904b54..864456747 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.13.5-rc.1" +version = "0.13.5-rc.2" description = "Python interface for the QCS Rust SDK" readme = "README.md" license = { text = "Apache-2.0" } @@ -26,7 +26,7 @@ dependencies = ["quil==0.6.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.13.5-rc.1" +version = "0.13.5-rc.2" description = "Python interface for the QCS Rust SDK" readme = "README.md" authors = [