Skip to content

Commit 6813bcc

Browse files
committed
chore: prepare release [skip ci]
1 parent 22932e5 commit 6813bcc

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.13.0-rc.0 (2026-02-18)
2+
3+
### Breaking Changes
4+
5+
- bitshifts in Quil (#493)
6+
17
## 0.12.0 (2026-02-10)
28

39
### 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"
3+
version = "0.13.0-rc.0"
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" }
13+
quil-rs = { path = "../quil-rs", version = "0.36.0-rc.0" }

quil-rs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.36.0-rc.0 (2026-02-18)
2+
3+
### Breaking Changes
4+
5+
- bitshifts in Quil (#493)
6+
17
## 0.35.0 (2026-02-10)
28

39
### 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"
4+
version = "0.36.0-rc.0"
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"
3+
version = "0.36.0-rc.0"
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)