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 .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4245,7 +4245,7 @@ libraries:
- packages/google-shopping-merchant-reviews/
tag_format: '{id}-v{version}'
- id: google-shopping-type
version: 1.1.0
version: 1.2.0
last_generated_commit: a17b84add8318f780fcc8a027815d5fee644b9f7
apis:
- path: google/shopping/type
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Changelogs
- [google-shopping-merchant-quota==1.2.0](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-shopping-merchant-quota/CHANGELOG.md)
- [google-shopping-merchant-reports==1.1.0](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-shopping-merchant-reports/CHANGELOG.md)
- [google-shopping-merchant-reviews==0.3.0](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-shopping-merchant-reviews/CHANGELOG.md)
- [google-shopping-type==1.1.0](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-shopping-type/CHANGELOG.md)
- [google-shopping-type==1.2.0](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-shopping-type/CHANGELOG.md)
- [googleapis-common-protos==1.72.0](https://github.com/googleapis/google-cloud-python/tree/main/packages/googleapis-common-protos/CHANGELOG.md)
- [grafeas==1.15.0](https://github.com/googleapis/google-cloud-python/tree/main/packages/grafeas/CHANGELOG.md)
- [grpc-google-iam-v1==0.14.2](https://github.com/googleapis/google-cloud-python/tree/main/packages/grpc-google-iam-v1/CHANGELOG.md)
Expand Down
8 changes: 8 additions & 0 deletions packages/google-shopping-type/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

[1]: https://pypi.org/project/google-shopping-type/#history

## [1.2.0](https://github.com/googleapis/google-cloud-python/compare/google-shopping-type-v1.1.0...google-shopping-type-v1.2.0) (2026-01-08)


### Features
Comment on lines +7 to +10
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There is an extra blank line between the version header and the ### Features subheading. Removing this will improve the document's formatting consistency.

Suggested change
## [1.2.0](https://github.com/googleapis/google-cloud-python/compare/google-shopping-type-v1.1.0...google-shopping-type-v1.2.0) (2026-01-08)
### Features
## [1.2.0](https://github.com/googleapis/google-cloud-python/compare/google-shopping-type-v1.1.0...google-shopping-type-v1.2.0) (2026-01-08)
### Features


* auto-enable mTLS when supported certificates are detected ([c353aa5bcc937ef9399c8efc90492dadbcf01aa2](https://github.com/googleapis/google-cloud-python/commit/c353aa5bcc937ef9399c8efc90492dadbcf01aa2))
* check Python and dependency versions in generated GAPICs ([c353aa5bcc937ef9399c8efc90492dadbcf01aa2](https://github.com/googleapis/google-cloud-python/commit/c353aa5bcc937ef9399c8efc90492dadbcf01aa2))

## [1.1.0](https://github.com/googleapis/google-cloud-python/compare/google-shopping-type-v1.0.0...google-shopping-type-v1.1.0) (2025-10-20)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.1.0" # {x-release-please-version}
__version__ = "1.2.0" # {x-release-please-version}
Loading