Skip to content

Commit f216681

Browse files
committed
chore: prepare release [skip ci]
1 parent f9a0b98 commit f216681

File tree

6 files changed

+26
-6
lines changed

6 files changed

+26
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

quil-cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.12.0-rc.2 (2026-02-06)
2+
3+
### Breaking Changes
4+
5+
- move circuit definitions into its own field in program (#492)
6+
7+
### Features
8+
9+
- update pyo3 (#491)
10+
111
## 0.12.0-rc.1 (2026-02-06)
212

313
### Breaking Changes

quil-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quil-cli"
3-
version = "0.12.0-rc.1"
3+
version = "0.12.0-rc.2"
44
edition = "2021"
55
license = "Apache-2.0"
66

@@ -10,4 +10,4 @@ license = "Apache-2.0"
1010
anyhow = "1.0.81"
1111
clap = { workspace = true, features = ["derive"]}
1212
# This is managed by knope to keep the dependency on quil-rs up-to-date.
13-
quil-rs = { path = "../quil-rs", version = "0.35.0-rc.1" }
13+
quil-rs = { path = "../quil-rs", version = "0.35.0-rc.2" }

quil-rs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.35.0-rc.2 (2026-02-06)
2+
3+
### Breaking Changes
4+
5+
- move circuit definitions into its own field in program (#492)
6+
7+
### Features
8+
9+
- update pyo3 (#491)
10+
111
## 0.35.0-rc.1 (2026-02-06)
212

313
### Breaking Changes

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.35.0-rc.1"
4+
version = "0.35.0-rc.2"
55
edition = "2021"
66
rust-version = "1.83"
77
license = "Apache-2.0"

quil-rs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "quil"
3-
version = "0.35.0-rc.1"
3+
version = "0.35.0-rc.2"
44
requires-python = ">=3.10,<4"
55
description = "A Python package for building and parsing Quil programs."
66
documentation = "https://rigetti.github.io/quil-rs/quil.html"

0 commit comments

Comments
 (0)