Skip to content

Commit c2a7728

Browse files
chore(main): release google-shopping-type 1.1.0 (#377)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 0c8798e commit c2a7728

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
@@ -7,7 +7,7 @@
77
"google-cloud-common+FILLER": "0.0.0",
88
"google-geo-type": "1.0.0",
99
"google-geo-type+FILLER": "0.0.0",
10-
"google-shopping-type": "1.0.0",
10+
"google-shopping-type": "1.1.0",
1111
"google-shopping-type+FILLER": "0.0.0",
1212
"googleapis-common-protos": "1.7.0",
1313
"googleapis-common-protos+FILLER": "0.0.0",

google-shopping-type/CHANGELOG.md

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

3+
### 1.1.0 (2025-04-29)
4+
5+
#### Features
6+
7+
* drop ruby 3.0 from CI and update baseline types gems to 3.1 ([#375](https://github.com/googleapis/common-protos-ruby/issues/375))
8+
39
### 1.0.0 (2025-03-14)
410

511
#### Features

google-shopping-type/lib/google/shopping/type/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
module Google
1818
module Shopping
1919
module Type
20-
VERSION = "1.0.0".freeze
20+
VERSION = "1.1.0".freeze
2121
end
2222
end
2323
end

0 commit comments

Comments
 (0)