Skip to content

Commit 5d8cb68

Browse files
chore(main): release google-cloud-device_streaming 1.0.0 (#34928)
* chore(main): release google-cloud-device_streaming 1.0.0 * πŸ¦‰ Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * πŸ¦‰ Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent dffd0b4 commit 5d8cb68

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

β€Ž.release-please-manifest.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
"google-cloud-developer_connect+FILLER": "0.0.0",
362362
"google-cloud-developer_connect-v1": "1.7.0",
363363
"google-cloud-developer_connect-v1+FILLER": "0.0.0",
364-
"google-cloud-device_streaming": "0.3.0",
364+
"google-cloud-device_streaming": "1.0.0",
365365
"google-cloud-device_streaming+FILLER": "0.0.0",
366366
"google-cloud-device_streaming-v1": "0.4.0",
367367
"google-cloud-device_streaming-v1+FILLER": "0.0.0",

β€Žgoogle-cloud-device_streaming/.repo-metadata.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "devicestreaming",
99
"name_pretty": "Device Streaming API",
1010
"product_documentation": "https://cloud.google.com/device-streaming/docs",
11-
"release_level": "preview",
11+
"release_level": "stable",
1212
"repo": "googleapis/google-cloud-ruby",
1313
"requires_billing": true,
1414
"ruby-cloud-description": "The Cloud API for device streaming usage.",

β€Ž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+
### 1.0.0 (2026-07-17)
4+
5+
#### Features
6+
7+
* Release stable version
8+
39
### 0.3.0 (2026-06-11)
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.3.0"
23+
VERSION = "1.0.0"
2424
end
2525
end
2626
end

0 commit comments

Comments
Β (0)