Skip to content

Commit 891a19b

Browse files
chore(main): release google-shopping-merchant-products-v1 0.5.0
1 parent 2eb7bb2 commit 891a19b

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@
10111011
"google-shopping-merchant-order_tracking-v1beta+FILLER": "0.0.0",
10121012
"google-shopping-merchant-products": "0.3.0",
10131013
"google-shopping-merchant-products+FILLER": "0.0.0",
1014-
"google-shopping-merchant-products-v1": "0.4.1",
1014+
"google-shopping-merchant-products-v1": "0.5.0",
10151015
"google-shopping-merchant-products-v1+FILLER": "0.0.0",
10161016
"google-shopping-merchant-products-v1beta": "0.9.0",
10171017
"google-shopping-merchant-products-v1beta+FILLER": "0.0.0",

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

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

3+
### 0.5.0 (2026-03-25)
4+
5+
#### Features
6+
7+
* Add irb as explicit dependency for Ruby 4.0 compatibility ([#32828](https://github.com/googleapis/google-cloud-ruby/issues/32828))
8+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0
9+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32849](https://github.com/googleapis/google-cloud-ruby/issues/32849))
10+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32851](https://github.com/googleapis/google-cloud-ruby/issues/32851))
11+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32853](https://github.com/googleapis/google-cloud-ruby/issues/32853))
12+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32854](https://github.com/googleapis/google-cloud-ruby/issues/32854))
13+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32855](https://github.com/googleapis/google-cloud-ruby/issues/32855))
14+
* update products_common fields to include `handling_cutoff_timezone `, `shipping_handling_business_days`, `shipping_transit_business_days`
15+
* upgrade protobuf from v25.7 to v31.0 ([#32822](https://github.com/googleapis/google-cloud-ruby/issues/32822))
16+
#### Documentation
17+
18+
* comment for messages for products_common are changed
19+
320
### 0.4.1 (2025-11-19)
421

522
#### Bug Fixes

google-shopping-merchant-products-v1/lib/google/shopping/merchant/products/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 Products
2424
module V1
25-
VERSION = "0.4.1"
25+
VERSION = "0.5.0"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)