Skip to content

Commit

Permalink
chore(main): release google-shopping-css 1.0.0 (#26605)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 6, 2024
1 parent 6c0c026 commit 92856e7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@
"google-maps-fleet_engine-delivery-v1+FILLER": "0.0.0",
"google-maps-fleet_engine-v1": "0.2.1",
"google-maps-fleet_engine-v1+FILLER": "0.0.0",
"google-shopping-css": "0.1.0",
"google-shopping-css": "1.0.0",
"google-shopping-css+FILLER": "0.0.0",
"google-shopping-css-v1": "0.1.1",
"google-shopping-css-v1+FILLER": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion google-shopping-css/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "css",
"name_pretty": "CSS API",
"product_documentation": "https://developers.google.com/comparison-shopping-services/api",
"release_level": "preview",
"release_level": "stable",
"repo": "googleapis/google-cloud-ruby",
"requires_billing": true,
"ruby-cloud-description": "Programmatically manage your Comparison Shopping Service (CSS) account data at scale.",
Expand Down
7 changes: 6 additions & 1 deletion google-shopping-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Changelog

### 1.0.0 (2024-08-06)

#### Features

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

### 0.1.0 (2024-06-12)

#### Features

* Initial generation of google-shopping-css ([#26102](https://github.com/googleapis/google-cloud-ruby/issues/26102))

## Release History

2 changes: 1 addition & 1 deletion google-shopping-css/lib/google/shopping/css/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Shopping
module Css
VERSION = "0.1.0"
VERSION = "1.0.0"
end
end
end

0 comments on commit 92856e7

Please sign in to comment.