Skip to content

Commit c097a3c

Browse files
chore(main): release google-shopping-merchant-promotions 0.3.0
1 parent 2eb7bb2 commit c097a3c

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@
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",
1018-
"google-shopping-merchant-promotions": "0.2.2",
1018+
"google-shopping-merchant-promotions": "0.3.0",
10191019
"google-shopping-merchant-promotions+FILLER": "0.0.0",
10201020
"google-shopping-merchant-promotions-v1": "0.2.1",
10211021
"google-shopping-merchant-promotions-v1+FILLER": "0.0.0",

google-shopping-merchant-promotions/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.3.0 (2026-03-30)
4+
5+
#### Features
6+
7+
* Add irb as explicit dependency for Ruby 4.0 compatibility ([#32901](https://github.com/googleapis/google-cloud-ruby/issues/32901))
8+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32849](https://github.com/googleapis/google-cloud-ruby/issues/32849))
9+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32851](https://github.com/googleapis/google-cloud-ruby/issues/32851))
10+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32853](https://github.com/googleapis/google-cloud-ruby/issues/32853))
11+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32854](https://github.com/googleapis/google-cloud-ruby/issues/32854))
12+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32855](https://github.com/googleapis/google-cloud-ruby/issues/32855))
13+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32870](https://github.com/googleapis/google-cloud-ruby/issues/32870))
14+
315
### 0.2.2 (2025-09-12)
416

517
#### Documentation

google-shopping-merchant-promotions/lib/google/shopping/merchant/promotions/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 Promotions
24-
VERSION = "0.2.2"
24+
VERSION = "0.3.0"
2525
end
2626
end
2727
end

0 commit comments

Comments
 (0)