Skip to content

Commit 282fa99

Browse files
chore(main): release google-shopping-merchant-inventories-v1 0.3.0 (#32188)
* chore(main): release google-shopping-merchant-inventories-v1 0.3.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 355493f commit 282fa99

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@
971971
"google-shopping-merchant-data_sources-v1beta+FILLER": "0.0.0",
972972
"google-shopping-merchant-inventories": "0.5.0",
973973
"google-shopping-merchant-inventories+FILLER": "0.0.0",
974-
"google-shopping-merchant-inventories-v1": "0.2.1",
974+
"google-shopping-merchant-inventories-v1": "0.3.0",
975975
"google-shopping-merchant-inventories-v1+FILLER": "0.0.0",
976976
"google-shopping-merchant-inventories-v1beta": "0.8.1",
977977
"google-shopping-merchant-inventories-v1beta+FILLER": "0.0.0",

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

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

3+
### 0.3.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 ([#32169](https://github.com/googleapis/google-cloud-ruby/issues/32169))
8+
#### Bug Fixes
9+
10+
* removing parameter before stable release ([#32201](https://github.com/googleapis/google-cloud-ruby/issues/32201))
11+
312
### 0.2.1 (2025-10-27)
413

514
#### Documentation

google-shopping-merchant-inventories-v1/lib/google/shopping/merchant/inventories/v1/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 V1
25-
VERSION = "0.2.1"
25+
VERSION = "0.3.0"
2626
end
2727
end
2828
end

google-shopping-merchant-inventories-v1/snippets/snippet_metadata_google.shopping.merchant.inventories.v1.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-v1",
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"language": "RUBY",
66
"apis": [
77
{

0 commit comments

Comments
 (0)