Skip to content

Commit

Permalink
chore(main): release google-shopping-type 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed May 20, 2024
1 parent 246ff70 commit 78439c0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"google-cloud-common+FILLER": "0.0.0",
"google-geo-type": "0.1.0",
"google-geo-type+FILLER": "0.0.0",
"google-shopping-type": "0.4.0",
"google-shopping-type": "0.5.0",
"google-shopping-type+FILLER": "0.0.0",
"googleapis-common-protos": "1.5.0",
"googleapis-common-protos+FILLER": "0.0.0",
Expand Down
6 changes: 6 additions & 0 deletions google-shopping-type/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 0.5.0 (2024-05-20)

#### Features

* Added Google::Shopping::Type::Weight

### 0.4.0 (2024-04-14)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion google-shopping-type/lib/google/shopping/type/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
module Google
module Shopping
module Type
VERSION = "0.4.0".freeze
VERSION = "0.5.0".freeze
end
end
end

0 comments on commit 78439c0

Please sign in to comment.