Skip to content

Commit

Permalink
Merge branch 'main' into 467-increase-max-message-size-translation
Browse files Browse the repository at this point in the history
  • Loading branch information
notmgsk committed May 10, 2024
2 parents 2db49b2 + 41f762e commit 6b9caed
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 23 deletions.
30 changes: 14 additions & 16 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ resolver = "2"

[workspace.dependencies]
qcs-api = "0.2.1"
qcs-api-client-common = "0.7.12"
qcs-api-client-grpc = "0.7.14"
qcs-api-client-openapi = "0.8.13"
qcs-api-client-common = "0.7.14"
qcs-api-client-grpc = "0.7.16"
qcs-api-client-openapi = "0.8.15"
serde_json = "1.0.86"
thiserror = "1.0.57"
tokio = "1.36.0"
Expand Down
12 changes: 12 additions & 0 deletions crates/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.21.9

### Fixes

- Refresh JWT only when expired, not before every request (#470)

## 0.21.9-rc.0

### Fixes

- Refresh JWT only when expired, not before every request (#470)

## 0.21.8

### Features
Expand Down
2 changes: 1 addition & 1 deletion crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "qcs"
description = "High level interface for running Quil on a QPU"
version = "0.21.8"
version = "0.21.9"
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/rigetti/qcs-sdk-rust"
Expand Down
12 changes: 12 additions & 0 deletions crates/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.17.9

### Fixes

- Refresh JWT only when expired, not before every request (#470)

## 0.17.9-rc.0

### Fixes

- Refresh JWT only when expired, not before every request (#470)

## 0.17.8

### Features
Expand Down
2 changes: 1 addition & 1 deletion crates/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "qcs-sdk-python"
description = "Python bindings to qcs-sdk-rust"
version = "0.17.8"
version = "0.17.9"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/rigetti/qcs-sdk-rust"
Expand Down
4 changes: 2 additions & 2 deletions crates/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This is the metadata Maturin uploads to PyPI on publish
[project]
name = "qcs-sdk-python"
version = "0.17.8"
version = "0.17.9"
description = "Python interface for the QCS Rust SDK"
readme = "README.md"
license = { text = "Apache-2.0" }
Expand All @@ -26,7 +26,7 @@ dependencies = ["quil==0.10.0"]
# We can remove this table once this issue is resolved: https://github.com/python-poetry/poetry/issues/3332
[tool.poetry]
name = "qcs-sdk-python"
version = "0.17.8"
version = "0.17.9"
description = "Python interface for the QCS Rust SDK"
readme = "README.md"
authors = [
Expand Down

0 comments on commit 6b9caed

Please sign in to comment.