Skip to content

Commit

Permalink
chore(main): release google-cloud-speech-v2 1.0.0 (#28975)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 11, 2025
1 parent 544f899 commit 0621712
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@
"google-cloud-speech-v1+FILLER": "0.0.0",
"google-cloud-speech-v1p1beta1": "0.23.0",
"google-cloud-speech-v1p1beta1+FILLER": "0.0.0",
"google-cloud-speech-v2": "0.16.0",
"google-cloud-speech-v2": "1.0.0",
"google-cloud-speech-v2+FILLER": "0.0.0",
"google-cloud-storage": "1.54.0",
"google-cloud-storage+FILLER": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-speech-v2/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "speech",
"name_pretty": "Cloud Speech-to-Text V2 API",
"product_documentation": "https://cloud.google.com/speech-to-text",
"release_level": "preview",
"release_level": "stable",
"repo": "googleapis/google-cloud-ruby",
"requires_billing": true,
"ruby-cloud-description": "Google Speech-to-Text enables developers to convert audio to text by applying powerful neural network models in an easy-to-use API. The API recognizes more than 120 languages and variants to support your global user base. You can enable voice command-and-control, transcribe audio from call centers, and more. It can process real-time streaming or prerecorded audio, using Google's machine learning technology. Note that google-cloud-speech-v2 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-speech instead. See the readme for more details.",
Expand Down
7 changes: 6 additions & 1 deletion google-cloud-speech-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 1.0.0 (2025-02-11)

#### Features

* Bump version to 1.0.0 ([#28969](https://github.com/googleapis/google-cloud-ruby/issues/28969))

### 0.16.0 (2025-01-28)

#### Features
Expand Down Expand Up @@ -129,4 +135,3 @@
* Initial generation of google-cloud-speech-v2 ([#19248](https://github.com/googleapis/google-cloud-ruby/issues/19248))

## Release History

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module Speech
module V2
VERSION = "0.16.0"
VERSION = "1.0.0"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-cloud-speech-v2",
"version": "0.16.0",
"version": "1.0.0",
"language": "RUBY",
"apis": [
{
Expand Down

0 comments on commit 0621712

Please sign in to comment.