Skip to content

Commit e77e22a

Browse files
chore(main): release google-cloud-device_streaming 0.3.0 (#34235)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 9170b9b commit e77e22a

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
@@ -355,7 +355,7 @@
355355
"google-cloud-developer_connect+FILLER": "0.0.0",
356356
"google-cloud-developer_connect-v1": "1.6.0",
357357
"google-cloud-developer_connect-v1+FILLER": "0.0.0",
358-
"google-cloud-device_streaming": "0.2.0",
358+
"google-cloud-device_streaming": "0.3.0",
359359
"google-cloud-device_streaming+FILLER": "0.0.0",
360360
"google-cloud-device_streaming-v1": "0.3.0",
361361
"google-cloud-device_streaming-v1+FILLER": "0.0.0",

google-cloud-device_streaming/CHANGELOG.md

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

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

511
#### Features

google-cloud-device_streaming/lib/google/cloud/device_streaming/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 DeviceStreaming
23-
VERSION = "0.2.0"
23+
VERSION = "0.3.0"
2424
end
2525
end
2626
end

0 commit comments

Comments
 (0)