Skip to content

Commit a05eeda

Browse files
chore(main): release google-shopping-merchant-inventories-v1beta 0.9.0 (#32189)
* chore(main): release google-shopping-merchant-inventories-v1beta 0.9.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 282fa99 commit a05eeda

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@
973973
"google-shopping-merchant-inventories+FILLER": "0.0.0",
974974
"google-shopping-merchant-inventories-v1": "0.3.0",
975975
"google-shopping-merchant-inventories-v1+FILLER": "0.0.0",
976-
"google-shopping-merchant-inventories-v1beta": "0.8.1",
976+
"google-shopping-merchant-inventories-v1beta": "0.9.0",
977977
"google-shopping-merchant-inventories-v1beta+FILLER": "0.0.0",
978978
"google-shopping-merchant-issue_resolution": "0.2.1",
979979
"google-shopping-merchant-issue_resolution+FILLER": "0.0.0",

google-shopping-merchant-inventories-v1beta/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
### 0.9.0 (2025-11-19)
4+
5+
#### Features
6+
7+
* Added the `product_id_base64_url_encoded`. This allows for product IDs containing special characters to be correctly handled when base64url-encoded ([#32172](https://github.com/googleapis/google-cloud-ruby/issues/32172))
8+
#### Bug Fixes
9+
10+
* removing parameters before stable release ([#32197](https://github.com/googleapis/google-cloud-ruby/issues/32197))
11+
#### Documentation
12+
13+
* Updated the API summary and overview in the service configuration
14+
315
### 0.8.1 (2025-10-27)
416

517
#### Documentation

google-shopping-merchant-inventories-v1beta/lib/google/shopping/merchant/inventories/v1beta/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module Shopping
2222
module Merchant
2323
module Inventories
2424
module V1beta
25-
VERSION = "0.8.1"
25+
VERSION = "0.9.0"
2626
end
2727
end
2828
end

google-shopping-merchant-inventories-v1beta/snippets/snippet_metadata_google.shopping.merchant.inventories.v1beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"client_library": {
33
"name": "google-shopping-merchant-inventories-v1beta",
4-
"version": "0.8.1",
4+
"version": "0.9.0",
55
"language": "RUBY",
66
"apis": [
77
{

0 commit comments

Comments
 (0)