Skip to content

Commit b31e7ad

Browse files
chore(main): release google-cloud-text_to_speech-v1beta1 0.29.0
1 parent 84e0392 commit b31e7ad

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@
835835
"google-cloud-text_to_speech+FILLER": "0.0.0",
836836
"google-cloud-text_to_speech-v1": "1.16.0",
837837
"google-cloud-text_to_speech-v1+FILLER": "0.0.0",
838-
"google-cloud-text_to_speech-v1beta1": "0.28.0",
838+
"google-cloud-text_to_speech-v1beta1": "0.29.0",
839839
"google-cloud-text_to_speech-v1beta1+FILLER": "0.0.0",
840840
"google-cloud-tpu": "1.5.0",
841841
"google-cloud-tpu+FILLER": "0.0.0",

google-cloud-text_to_speech-v1beta1/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.29.0 (2026-04-02)
4+
5+
#### Features
6+
7+
* Support safety settings for Gemini voices and deprecate `relax_safety_filters` ([#33464](https://github.com/googleapis/google-cloud-ruby/issues/33464))
8+
39
### 0.28.0 (2026-03-19)
410

511
#### Features

google-cloud-text_to_speech-v1beta1/lib/google/cloud/text_to_speech/v1beta1/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Google
2121
module Cloud
2222
module TextToSpeech
2323
module V1beta1
24-
VERSION = "0.28.0"
24+
VERSION = "0.29.0"
2525
end
2626
end
2727
end

0 commit comments

Comments
 (0)