Skip to content

Commit 888056b

Browse files
chore: prepare new release(s) [skip ci]
1 parent 89edc81 commit 888056b

6 files changed

Lines changed: 19 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lib/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.25.17 (2025-12-03)
2+
3+
### Fixes
4+
5+
- increase gRPC max response size to 4GB (#568)
6+
- temporarily ignore stubtest errors, anticipating #566 (#569)
7+
18
## 0.25.17-rc.1 (2025-12-03)
29

310
### Fixes

crates/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "qcs"
33
description = "High level interface for running Quil on a QPU"
4-
version = "0.25.17-rc.1"
4+
version = "0.25.17"
55
edition = "2018"
66
license = "Apache-2.0"
77
repository = "https://github.com/rigetti/qcs-sdk-rust"

crates/python/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.21.22 (2025-12-03)
2+
3+
### Fixes
4+
5+
- increase gRPC max response size to 4GB (#568)
6+
- temporarily ignore stubtest errors, anticipating #566 (#569)
7+
18
## 0.21.22-rc.1 (2025-12-03)
29

310
### Fixes

crates/python/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "qcs-sdk-python"
33
description = "Python bindings to qcs-sdk-rust"
4-
version = "0.21.22-rc.1"
4+
version = "0.21.22"
55
edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/rigetti/qcs-sdk-rust"
@@ -22,7 +22,7 @@ crate-type = ["cdylib", "rlib"]
2222
async-trait = "0.1.73"
2323
futures-util = "0.3.24"
2424
# TODO #507: automatically update the version when publishing
25-
qcs = { version = "0.25.17-rc.1", path = "../lib", features = ["tracing-opentelemetry", "experimental", "python"] }
25+
qcs = { version = "0.25.17", path = "../lib", features = ["tracing-opentelemetry", "experimental", "python"] }
2626
qcs-api-client-common = { workspace = true, features = ["python"] }
2727
qcs-api-client-grpc.workspace = true
2828
qcs-api-client-openapi.workspace = true

crates/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This is the metadata Maturin uploads to PyPI on publish
22
[project]
33
name = "qcs-sdk-python"
4-
version = "0.21.22-rc.1"
4+
version = "0.21.22"
55
description = "Python interface for the QCS Rust SDK"
66
readme = "README.md"
77
license = { text = "Apache-2.0" }

0 commit comments

Comments
 (0)