Skip to content

Commit 29e217b

Browse files
chore(main): release google-shopping-merchant-products 0.4.0 (#33421)
* chore(main): release google-shopping-merchant-products 0.4.0 * chore: combine duplicate Ruby 4.0 release notes --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Yoshi Automation Bot <yoshi-automation@google.com>
1 parent 50e990f commit 29e217b

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@
10091009
"google-shopping-merchant-order_tracking-v1+FILLER": "0.0.0",
10101010
"google-shopping-merchant-order_tracking-v1beta": "0.2.1",
10111011
"google-shopping-merchant-order_tracking-v1beta+FILLER": "0.0.0",
1012-
"google-shopping-merchant-products": "0.3.0",
1012+
"google-shopping-merchant-products": "0.4.0",
10131013
"google-shopping-merchant-products+FILLER": "0.0.0",
10141014
"google-shopping-merchant-products-v1": "0.4.1",
10151015
"google-shopping-merchant-products-v1+FILLER": "0.0.0",

google-shopping-merchant-products/CHANGELOG.md

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

3+
### 0.4.0 (2026-03-31)
4+
5+
#### Features
6+
7+
* Upgrade dependencies for Ruby v4.0 and drop Ruby v3.1 support
8+
39
### 0.3.0 (2025-11-21)
410

511
#### Features

google-shopping-merchant-products/lib/google/shopping/merchant/products/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Google
2121
module Shopping
2222
module Merchant
2323
module Products
24-
VERSION = "0.3.0"
24+
VERSION = "0.4.0"
2525
end
2626
end
2727
end

0 commit comments

Comments
 (0)