Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@
"google-shopping-merchant-order_tracking-v1beta+FILLER": "0.0.0",
"google-shopping-merchant-products": "0.4.0",
"google-shopping-merchant-products+FILLER": "0.0.0",
"google-shopping-merchant-products-v1": "0.4.1",
"google-shopping-merchant-products-v1": "0.5.0",
"google-shopping-merchant-products-v1+FILLER": "0.0.0",
"google-shopping-merchant-products-v1beta": "0.10.0",
"google-shopping-merchant-products-v1beta+FILLER": "0.0.0",
Expand Down
11 changes: 11 additions & 0 deletions google-shopping-merchant-products-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

### 0.5.0 (2026-03-31)

#### Features

* Upgrade dependencies for Ruby v4.0 and drop Ruby v3.1 support
* update products_common fields to include `handling_cutoff_timezone `, `shipping_handling_business_days`, `shipping_transit_business_days`
* upgrade protobuf from v25.7 to v31.0 ([#32822](https://github.com/googleapis/google-cloud-ruby/issues/32822))
#### Documentation

* comment for messages for products_common are changed

### 0.4.1 (2025-11-19)

#### Bug Fixes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module Shopping
module Merchant
module Products
module V1
VERSION = "0.4.1"
VERSION = "0.5.0"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-shopping-merchant-products-v1",
"version": "0.4.1",
"version": "0.5.0",
"language": "RUBY",
"apis": [
{
Expand Down
Loading