Skip to content

Commit

Permalink
chore(main): release google-cloud-text_to_speech-v1beta1 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 20, 2024
1 parent dd66e7b commit f344f07
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@
"google-cloud-text_to_speech+FILLER": "0.0.0",
"google-cloud-text_to_speech-v1": "1.5.0",
"google-cloud-text_to_speech-v1+FILLER": "0.0.0",
"google-cloud-text_to_speech-v1beta1": "0.18.0",
"google-cloud-text_to_speech-v1beta1": "0.19.0",
"google-cloud-text_to_speech-v1beta1+FILLER": "0.0.0",
"google-cloud-tpu": "1.3.1",
"google-cloud-tpu+FILLER": "0.0.0",
Expand Down
7 changes: 7 additions & 0 deletions google-cloud-text_to_speech-v1beta1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History

### 0.19.0 (2024-12-20)

#### Features

* Support for Linear PCM encoding
* Support for streaming audio config

### 0.18.0 (2024-12-10)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module TextToSpeech
module V1beta1
VERSION = "0.18.0"
VERSION = "0.19.0"
end
end
end
Expand Down

0 comments on commit f344f07

Please sign in to comment.