Skip to content

Commit 02c59f3

Browse files
committed
chore: prepare release [skip ci]
1 parent cc028d1 commit 02c59f3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

quil-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ crate-type = ["cdylib", "rlib"]
2222

2323
[dependencies]
2424
ndarray.workspace = true
25-
quil-rs = { path = "../quil-rs", version = "0.20.1-rc.0" }
25+
quil-rs = { path = "../quil-rs", version = "0.20.1-rc.1" }
2626
strum.workspace = true
2727
# pyo3 dependencies should be updated together
2828
numpy = { version = "0.17.2" }

quil-rs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.20.1-rc.1
2+
3+
### Features
4+
5+
- MemoryReference implements Ord (#275)
6+
17
## 0.20.1-rc.0
28

39
### Features

quil-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "quil-rs"
33
description = "Rust tooling for Quil (Quantum Instruction Language)"
4-
version = "0.20.1-rc.0"
4+
version = "0.20.1-rc.1"
55
edition = "2021"
66
rust-version = "1.70"
77
license = "Apache-2.0"

0 commit comments

Comments
 (0)