Skip to content

Commit f22671a

Browse files
chore(main): release google-cloud-storage_batch_operations 0.2.0 (#32363)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 72f71ac commit f22671a

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@
795795
"google-cloud-storage-control+FILLER": "0.0.0",
796796
"google-cloud-storage-control-v2": "1.8.1",
797797
"google-cloud-storage-control-v2+FILLER": "0.0.0",
798-
"google-cloud-storage_batch_operations": "0.1.2",
798+
"google-cloud-storage_batch_operations": "0.2.0",
799799
"google-cloud-storage_batch_operations+FILLER": "0.0.0",
800800
"google-cloud-storage_batch_operations-v1": "0.5.0",
801801
"google-cloud-storage_batch_operations-v1+FILLER": "0.0.0",

google-cloud-storage_batch_operations/CHANGELOG.md

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

3+
### 0.2.0 (2026-01-13)
4+
5+
#### Features
6+
7+
* add custom prompt config in the request and return prompt in the response ([#32325](https://github.com/googleapis/google-cloud-ruby/issues/32325))
8+
* update min_speaker_count and max_speaker_count to be optional
9+
310
### 0.1.2 (2025-09-12)
411

512
#### Documentation

google-cloud-storage_batch_operations/lib/google/cloud/storage_batch_operations/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 StorageBatchOperations
23-
VERSION = "0.1.2"
23+
VERSION = "0.2.0"
2424
end
2525
end
2626
end

0 commit comments

Comments
 (0)