Skip to content

Commit 35cb8d3

Browse files
committed
chore: prepare new release(s)
1 parent 3a0e4b8 commit 35cb8d3

9 files changed

Lines changed: 187 additions & 119 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ tabled = '0.20'
4949
tempfile = '3.3.0'
5050
thiserror = '2.0'
5151
toml_edit = '0.23.7'
52-
tonic-build = '0.14.2'
53-
tonic-prost-build = '0.14.2'
5452
tracing = '0.1'
5553
tracing-subscriber = '0.3'
5654
urlpattern = '0.4.0'
@@ -95,25 +93,25 @@ version = '0.27.0'
9593

9694
[workspace.dependencies.qcs-api-client-common]
9795
path = 'qcs-api-client-common'
98-
version = '0.18.1'
96+
version = '0.18.2'
9997

10098
[workspace.dependencies.qcs-api-client-grpc]
10199
path = 'qcs-api-client-grpc'
102-
version = '0.18.1'
100+
version = '0.18.2'
103101

104102
[workspace.dependencies.qcs-api-client-grpc-internal]
105103
path = 'qcs-api-client-grpc-internal'
106104
registry = 'rigetti-cargo'
107-
version = '0.19.1'
105+
version = '0.19.2'
108106

109107
[workspace.dependencies.qcs-api-client-openapi]
110108
path = 'qcs-api-client-openapi/public'
111-
version = '0.19.1'
109+
version = '0.19.2'
112110

113111
[workspace.dependencies.qcs-api-client-openapi-internal]
114112
path = 'qcs-api-client-openapi/internal'
115113
registry = 'rigetti-cargo'
116-
version = '0.19.1'
114+
version = '0.19.2'
117115

118116
[workspace.dependencies.qcs-dependencies-client]
119117
version = '0.3.1'

qcs-api-client-common/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.18.2 (2026-06-01)
2+
3+
### Fixes
4+
5+
- use package registry for CLI assets, permitting 'glab release download' to retrieve them
6+
7+
## 0.18.2-dev.0 (2026-06-01)
8+
9+
### Fixes
10+
11+
- use package registry for CLI assets, permitting 'glab release download' to retrieve them
12+
113
## 0.18.1 (2026-05-16)
214

315
### Features

qcs-api-client-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = 'qcs-api-client-common'
88
publish = true
99
readme = 'README.md'
1010
repository = 'https://github.com/rigetti/qcs-api-client-rust'
11-
version = '0.18.1'
11+
version = '0.18.2'
1212

1313
[package.authors]
1414
workspace = true

qcs-api-client-common/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "qcs-api-client-common"
33
requires-python = ">=3.10,<4"
4-
version = "0.18.1"
4+
version = "0.18.2"
55
description = "Contains core QCS client functionality and middleware implementations."
66
readme = "README-py.md"
77
license = { text = "Apache-2.0" }

qcs-api-client-grpc/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.18.2 (2026-06-01)
2+
3+
### Fixes
4+
5+
- use package registry for CLI assets, permitting 'glab release download' to retrieve them
6+
7+
## 0.18.2-dev.0 (2026-06-01)
8+
9+
### Fixes
10+
11+
- use package registry for CLI assets, permitting 'glab release download' to retrieve them
12+
113
## 0.18.1 (2026-05-16)
214

315
### Features

qcs-api-client-grpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = 'qcs-api-client-grpc'
88
publish = true
99
readme = 'README.md'
1010
repository = 'https://github.com/rigetti/qcs-api-client-rust'
11-
version = '0.18.1'
11+
version = '0.18.2'
1212

1313
[package.authors]
1414
workspace = true

qcs-api-client-openapi/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.19.2 (2026-06-01)
2+
3+
### Fixes
4+
5+
- use package registry for CLI assets, permitting 'glab release download' to retrieve them
6+
7+
## 0.19.2-dev.0 (2026-06-01)
8+
9+
### Fixes
10+
11+
- use package registry for CLI assets, permitting 'glab release download' to retrieve them
12+
113
## 0.19.1 (2026-05-16)
214

315
### Features

qcs-api-client-openapi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = 'Apache-2.0'
77
name = 'qcs-api-client-openapi'
88
publish = true
99
repository = 'https://github.com/rigetti/qcs-api-client-rust'
10-
version = '0.19.1'
10+
version = '0.19.2'
1111

1212
[package.authors]
1313
workspace = true

0 commit comments

Comments
 (0)