Skip to content

Commit

Permalink
chore(main): release google-cloud-video-stitcher-v1 1.0.0 (#26377)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 10, 2024
1 parent f35e86f commit 3421eb6
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 @@ -743,7 +743,7 @@
"google-cloud-video-live_stream-v1+FILLER": "0.0.0",
"google-cloud-video-stitcher": "1.0.0",
"google-cloud-video-stitcher+FILLER": "0.0.0",
"google-cloud-video-stitcher-v1": "0.10.0",
"google-cloud-video-stitcher-v1": "1.0.0",
"google-cloud-video-stitcher-v1+FILLER": "0.0.0",
"google-cloud-video-transcoder": "1.5.0",
"google-cloud-video-transcoder+FILLER": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-video-stitcher-v1/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "videostitcher",
"name_pretty": "Video Stitcher V1 API",
"product_documentation": "https://cloud.google.com/video-stitcher/",
"release_level": "preview",
"release_level": "stable",
"repo": "googleapis/google-cloud-ruby",
"requires_billing": true,
"ruby-cloud-description": "The Video Stitcher API allows you to manipulate video content to dynamically insert ads prior to delivery to client devices. Using the Video Stitcher API, you can monetize your video-on-demand (VOD) and livestreaming videos by inserting ads as described by metadata stored on ad servers. Note that google-cloud-video-stitcher-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-video-stitcher instead. See the readme for more details.",
Expand Down
7 changes: 6 additions & 1 deletion google-cloud-video-stitcher-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 1.0.0 (2024-07-10)

#### Features

* Bump version to 1.0.0

### 0.10.0 (2024-05-30)

#### Features
Expand Down Expand Up @@ -110,4 +116,3 @@
#### Features

* Initial generation of google-cloud-video-stitcher-v1

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module Cloud
module Video
module Stitcher
module V1
VERSION = "0.10.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-video-stitcher-v1",
"version": "0.10.0",
"version": "1.0.0",
"language": "RUBY",
"apis": [
{
Expand Down

0 comments on commit 3421eb6

Please sign in to comment.