From f68dc19983ceb1d47f2c84b508be198c7617204d Mon Sep 17 00:00:00 2001 From: BatmanAoD Date: Mon, 16 Sep 2024 23:33:39 +0000 Subject: [PATCH] chore: prepare release [skip ci] --- quil-cli/CHANGELOG.md | 10 ++++++++++ quil-cli/Cargo.toml | 4 ++-- quil-py/CHANGELOG.md | 10 ++++++++++ quil-py/Cargo.toml | 4 ++-- quil-py/pyproject.toml | 2 +- quil-rs/CHANGELOG.md | 10 ++++++++++ quil-rs/Cargo.toml | 2 +- 7 files changed, 36 insertions(+), 6 deletions(-) diff --git a/quil-cli/CHANGELOG.md b/quil-cli/CHANGELOG.md index 9bec1269..f90fa94b 100644 --- a/quil-cli/CHANGELOG.md +++ b/quil-cli/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.5.1-rc.1 (2024-09-16) + +### Fixes + +#### update lexical + +#### Update lexical-core + +#### update Knope, get it to release an update + ## 0.5.1-rc.0 ### Fixes diff --git a/quil-cli/Cargo.toml b/quil-cli/Cargo.toml index d016b05f..af5ee5dd 100644 --- a/quil-cli/Cargo.toml +++ b/quil-cli/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "quil-cli" -version = "0.5.1-rc.0" +version = "0.5.1-rc.1" edition = "2021" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -quil-rs = { path = "../quil-rs", version = "0.28.1-rc.0" } +quil-rs = { path = "../quil-rs", version = "0.28.1-rc.1" } clap = {version = "4.5.4", features = ["derive"]} anyhow = "1.0.81" diff --git a/quil-py/CHANGELOG.md b/quil-py/CHANGELOG.md index 204408b5..1937b2c1 100644 --- a/quil-py/CHANGELOG.md +++ b/quil-py/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.12.1-rc.1 (2024-09-16) + +### Fixes + +#### update lexical + +#### Update lexical-core + +#### update Knope, get it to release an update + ## 0.12.1-rc.0 ### Fixes diff --git a/quil-py/Cargo.toml b/quil-py/Cargo.toml index f5b0f941..0465ce9b 100644 --- a/quil-py/Cargo.toml +++ b/quil-py/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "quil-py" description = "Python bindings for quil-rs" -version = "0.12.1-rc.0" +version = "0.12.1-rc.1" edition = "2021" license = "Apache-2.0" repository = "https://github.com/rigetti/quil-rs" @@ -22,7 +22,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] ndarray.workspace = true -quil-rs = { path = "../quil-rs", version = "0.28.1-rc.0" } +quil-rs = { path = "../quil-rs", version = "0.28.1-rc.1" } strum.workspace = true # pyo3 dependencies should be updated together numpy = "0.20.0" diff --git a/quil-py/pyproject.toml b/quil-py/pyproject.toml index d6d3b202..dc4e77ca 100644 --- a/quil-py/pyproject.toml +++ b/quil-py/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ # We can remove this table once this issue is resolved: https://github.com/python-poetry/poetry/issues/3332 [tool.poetry] name = "quil" -version = "0.12.1-rc.0" +version = "0.12.1-rc.1" description = "A Python package for building and parsing Quil programs." readme = "README-py.md" authors = ["Rigetti Computing "] diff --git a/quil-rs/CHANGELOG.md b/quil-rs/CHANGELOG.md index 90d05886..4294eb8c 100644 --- a/quil-rs/CHANGELOG.md +++ b/quil-rs/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.28.1-rc.1 (2024-09-16) + +### Fixes + +#### update lexical + +#### Update lexical-core + +#### update Knope, get it to release an update + ## 0.28.1-rc.0 ### Fixes diff --git a/quil-rs/Cargo.toml b/quil-rs/Cargo.toml index c8e4fb92..b67862b2 100644 --- a/quil-rs/Cargo.toml +++ b/quil-rs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "quil-rs" description = "Rust tooling for Quil (Quantum Instruction Language)" -version = "0.28.1-rc.0" +version = "0.28.1-rc.1" edition = "2021" rust-version = "1.70" license = "Apache-2.0"