Skip to content

Commit d6c26e8

Browse files
committed
chore: prepare new release(s)
1 parent a73a927 commit d6c26e8

File tree

9 files changed

+52
-9
lines changed

9 files changed

+52
-9
lines changed

Cargo.lock

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

qcs-api-client-common/CHANGELOG-py.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.12.6-dev.2 (2025-10-03)
2+
3+
### Fixes
4+
5+
#### publish to code-artifact
6+
7+
#### docs for release
8+
9+
#### explicitly set 'publish' in all crates
10+
111
## 0.12.6-dev.1 (2025-10-03)
212

313
### Fixes

qcs-api-client-common/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.12.6-dev.2 (2025-10-03)
2+
3+
### Fixes
4+
5+
#### publish to code-artifact
6+
7+
#### docs for release
8+
9+
#### explicitly set 'publish' in all crates
10+
111
## 0.12.6-dev.1 (2025-10-03)
212

313
### Fixes

qcs-api-client-common/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "qcs-api-client-common"
3-
version = "0.12.6-dev.1"
3+
version = "0.12.6-dev.2"
44
edition = "2021"
55
license = "Apache-2.0"
66
readme = "README.md"
@@ -9,6 +9,7 @@ homepage = "https://github.com/rigetti/qcs-api-client-rust"
99
categories = ["api-bindings", "authentication"]
1010
keywords = ["qcs", "quantum", "rigetti", "api"]
1111
description = "Common code for QCS API clients"
12+
publish = true
1213

1314
[package.metadata.docs.rs]
1415
features = ["python", "tracing"]

qcs-api-client-common/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "qcs-api-client-common"
3-
version = "0.12.6-dev.1"
3+
version = "0.12.6-dev.2"
44
description = "Contains core QCS client functionality and middleware implementations."
55
readme = "README-py.md"
66
license = { text = "Apache-2.0" }

qcs-api-client-grpc/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.12.6-dev.2 (2025-10-03)
2+
3+
### Fixes
4+
5+
#### publish to code-artifact
6+
7+
#### docs for release
8+
9+
#### explicitly set 'publish' in all crates
10+
111
## 0.12.6-dev.1 (2025-10-03)
212

313
### Fixes

qcs-api-client-grpc/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "qcs-api-client-grpc"
3-
version = "0.12.6-dev.1"
3+
version = "0.12.6-dev.2"
44
edition = "2021"
55
license = "Apache-2.0"
66
readme = "README.md"
@@ -9,6 +9,7 @@ homepage = "https://github.com/rigetti/qcs-api-client-rust"
99
categories = ["api-bindings", "authentication"]
1010
keywords = ["qcs", "quantum", "rigetti", "api"]
1111
description = "gRPC client for the QCS API"
12+
publish = true
1213
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1314

1415
[dependencies]
@@ -27,7 +28,7 @@ opentelemetry_sdk = { workspace = true }
2728
pbjson = { workspace = true }
2829
pbjson-types = { workspace = true }
2930
prost = { workspace = true }
30-
qcs-api-client-common = { path = "../qcs-api-client-common", version = "0.12.6-dev.1" }
31+
qcs-api-client-common = { path = "../qcs-api-client-common", version = "0.12.6-dev.2" }
3132
serde = { workspace = true }
3233
thiserror = { workspace = true }
3334
tokio = { workspace = true, features = ["time"] }

qcs-api-client-openapi/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.13.6-dev.2 (2025-10-03)
2+
3+
### Fixes
4+
5+
#### publish to code-artifact
6+
7+
#### docs for release
8+
9+
#### explicitly set 'publish' in all crates
10+
111
## 0.13.6-dev.1 (2025-10-03)
212

313
### Fixes

qcs-api-client-openapi/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
[package]
22
name = "qcs-api-client-openapi"
33
description = "Auto-generated bindings to the QCS OpenAPI"
4-
version = "0.13.6-dev.1"
4+
version = "0.13.6-dev.2"
55
edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/rigetti/qcs-api-client-rust"
88
homepage = "https://github.com/rigetti/qcs-api-client-rust"
99
keywords = ["API", "QCS", "Rigetti", "quantum"]
1010
categories = ["api-bindings"]
11+
publish = true
1112

1213
[dependencies]
1314
anyhow = { version = "1.0.68", optional = true }
1415
http = { workspace = true }
15-
qcs-api-client-common = { path = "../qcs-api-client-common", version = "0.12.6-dev.1" }
16+
qcs-api-client-common = { path = "../qcs-api-client-common", version = "0.12.6-dev.2" }
1617
reqwest-middleware = { workspace = true, optional = true }
1718
reqwest-tracing = { workspace = true, optional = true }
1819
serde = { workspace = true, features = ["derive"] }

0 commit comments

Comments
 (0)