Skip to content

Commit

Permalink
chore: prepare new prerelease(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
BatmanAoD committed Sep 16, 2024
1 parent 77e85a5 commit 926ee89
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion qcs-api-client-common/CHANGELOG-py.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 0.9.3-rc.1 (2024-09-16)
## 0.10.0-rc.0 (2024-09-16)

### Breaking Changes

#### add an unknown datacenter variant

### Features

Expand Down
6 changes: 5 additions & 1 deletion qcs-api-client-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 0.9.3-rc.1 (2024-09-16)
## 0.10.0-rc.0 (2024-09-16)

### Breaking Changes

#### add an unknown datacenter variant

### Features

Expand Down
2 changes: 1 addition & 1 deletion qcs-api-client-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qcs-api-client-common"
version = "0.9.3-rc.1"
version = "0.10.0-rc.0"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion qcs-api-client-common/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "qcs-api-client-common"
version = "0.9.3-rc.1"
version = "0.10.0-rc.0"
description = "Contains core QCS client functionality and middleware implementations."
readme = "README-py.md"
license = { text = "Apache-2.0" }
Expand Down
6 changes: 5 additions & 1 deletion qcs-api-client-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 0.9.3-rc.1 (2024-09-16)
## 0.10.0-rc.0 (2024-09-16)

### Breaking Changes

#### add an unknown datacenter variant

### Features

Expand Down
4 changes: 2 additions & 2 deletions qcs-api-client-grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qcs-api-client-grpc"
version = "0.9.3-rc.1"
version = "0.10.0-rc.0"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ description = "gRPC client for the QCS API"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
qcs-api-client-common = { path = "../qcs-api-client-common", version = "0.9.3-rc.1" }
qcs-api-client-common = { path = "../qcs-api-client-common", version = "0.10.0-rc.0" }
http-body = "0.4.5"
hyper = "0.14.23"
hyper-proxy = { version = "0.9.1", default-features = false, features = [
Expand Down
6 changes: 5 additions & 1 deletion qcs-api-client-openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 0.10.3-rc.1 (2024-09-16)
## 0.11.0-rc.0 (2024-09-16)

### Breaking Changes

#### add an unknown datacenter variant

### Features

Expand Down
4 changes: 2 additions & 2 deletions qcs-api-client-openapi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "qcs-api-client-openapi"
description = "Auto-generated bindings to the QCS OpenAPI"
version = "0.10.3-rc.1"
version = "0.11.0-rc.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/rigetti/qcs-api-client-rust"
Expand All @@ -10,7 +10,7 @@ keywords = ["API", "QCS", "Rigetti", "quantum"]
categories = ["api-bindings"]

[dependencies]
qcs-api-client-common = { path = "../qcs-api-client-common", version = "0.9.3-rc.1" }
qcs-api-client-common = { path = "../qcs-api-client-common", version = "0.10.0-rc.0" }
serde = { version = "1.0.140", features = ["derive"] }
serde_json = "1.0.82"
url = "2.2.2"
Expand Down

0 comments on commit 926ee89

Please sign in to comment.