Skip to content

Commit a37f9d5

Browse files
committed
chore: prepare new release(s)
1 parent 971e5ed commit a37f9d5

File tree

9 files changed

+35
-11
lines changed

9 files changed

+35
-11
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.12.6-dev.0 (2025-10-03)
2+
3+
### Fixes
4+
5+
#### publish to code-artifact
6+
17
## 0.12.5 (2025-10-01)
28

39
### Features

qcs-api-client-common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.12.6-dev.0 (2025-10-03)
2+
3+
### Fixes
4+
5+
#### publish to code-artifact
6+
17
## 0.12.5 (2025-10-01)
28

39
### Features

qcs-api-client-common/Cargo.toml

Lines changed: 1 addition & 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.5"
3+
version = "0.12.6-dev.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
readme = "README.md"

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.5"
3+
version = "0.12.6-dev.0"
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.12.6-dev.0 (2025-10-03)
2+
3+
### Fixes
4+
5+
#### publish to code-artifact
6+
17
## 0.12.5 (2025-10-01)
28

39
### Features

qcs-api-client-grpc/Cargo.toml

Lines changed: 2 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.5"
3+
version = "0.12.6-dev.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
readme = "README.md"
@@ -27,7 +27,7 @@ opentelemetry_sdk = { workspace = true }
2727
pbjson = { workspace = true }
2828
pbjson-types = { workspace = true }
2929
prost = { workspace = true }
30-
qcs-api-client-common = { path = "../qcs-api-client-common", version = "0.12.5" }
30+
qcs-api-client-common = { path = "../qcs-api-client-common", version = "0.12.6-dev.0" }
3131
serde = { workspace = true }
3232
thiserror = { workspace = true }
3333
tokio = { workspace = true, features = ["time"] }

qcs-api-client-openapi/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.13.6-dev.0 (2025-10-03)
2+
3+
### Fixes
4+
5+
#### publish to code-artifact
6+
17
## 0.13.5 (2025-10-01)
28

39
### Features

qcs-api-client-openapi/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-api-client-openapi"
33
description = "Auto-generated bindings to the QCS OpenAPI"
4-
version = "0.13.5"
4+
version = "0.13.6-dev.0"
55
edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/rigetti/qcs-api-client-rust"
@@ -12,7 +12,7 @@ categories = ["api-bindings"]
1212
[dependencies]
1313
anyhow = { version = "1.0.68", optional = true }
1414
http = { workspace = true }
15-
qcs-api-client-common = { path = "../qcs-api-client-common", version = "0.12.5" }
15+
qcs-api-client-common = { path = "../qcs-api-client-common", version = "0.12.6-dev.0" }
1616
reqwest-middleware = { workspace = true, optional = true }
1717
reqwest-tracing = { workspace = true, optional = true }
1818
serde = { workspace = true, features = ["derive"] }

0 commit comments

Comments
 (0)