Skip to content

Commit

Permalink
chore: prepare release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
notmgsk committed Oct 20, 2023
1 parent 18081da commit e09e007
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
6 changes: 6 additions & 0 deletions quil-py/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.5.8-rc.0

### Fixes

- match exactly one qubit for DELAYs without frame specifier (#300)

## 0.5.7

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions quil-py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "quil-py"
description = "Python bindings for quil-rs"
version = "0.5.7"
version = "0.5.8-rc.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/rigetti/quil-rs"
Expand All @@ -22,7 +22,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
ndarray.workspace = true
quil-rs = { path = "../quil-rs", version = "0.21.6" }
quil-rs = { path = "../quil-rs", version = "0.21.7-rc.0" }
strum.workspace = true
# pyo3 dependencies should be updated together
numpy = "0.19.0"
Expand Down
2 changes: 1 addition & 1 deletion quil-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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.5.7"
version = "0.5.8-rc.0"
description = "A Python package for building and parsing Quil programs."
readme = "README-py.md"
authors = ["Rigetti Computing <[email protected]>"]
Expand Down
6 changes: 6 additions & 0 deletions quil-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.21.7-rc.0

### Fixes

- match exactly one qubit for DELAYs without frame specifier (#300)

## 0.21.6

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion quil-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "quil-rs"
description = "Rust tooling for Quil (Quantum Instruction Language)"
version = "0.21.6"
version = "0.21.7-rc.0"
edition = "2021"
rust-version = "1.70"
license = "Apache-2.0"
Expand Down

0 comments on commit e09e007

Please sign in to comment.