Skip to content

Commit 76bec42

Browse files
chore(main): release google-cloud-data_labeling 0.8.0 (#34212)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 5b4ef23 commit 76bec42

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
"google-cloud-data_fusion+FILLER": "0.0.0",
304304
"google-cloud-data_fusion-v1": "2.5.0",
305305
"google-cloud-data_fusion-v1+FILLER": "0.0.0",
306-
"google-cloud-data_labeling": "0.7.0",
306+
"google-cloud-data_labeling": "0.8.0",
307307
"google-cloud-data_labeling+FILLER": "0.0.0",
308308
"google-cloud-data_labeling-v1beta1": "0.15.0",
309309
"google-cloud-data_labeling-v1beta1+FILLER": "0.0.0",

google-cloud-data_labeling/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
### 0.8.0 (2026-06-11)
4+
5+
#### Features
6+
7+
* update gapic-common dependency to 1.3 and document retry jitter ([#34044](https://github.com/googleapis/google-cloud-ruby/issues/34044))
8+
39
### 0.7.0 (2026-03-19)
410

511
#### Features

google-cloud-data_labeling/lib/google/cloud/data_labeling/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
module Google
2121
module Cloud
2222
module DataLabeling
23-
VERSION = "0.7.0"
23+
VERSION = "0.8.0"
2424
end
2525
end
2626
end

0 commit comments

Comments
 (0)