From 280f11acdf645211fedd6dad591e1fd6fc4efb54 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 21:39:16 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest-submodules.json | 4 ++-- compute/CHANGES.md | 7 +++++++ compute/internal/version.go | 2 +- shopping/CHANGES.md | 11 +++++++++++ shopping/internal/version.go | 2 +- 5 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 24578cbdd1a4..61667c57c01d 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -33,7 +33,7 @@ "cloudquotas": "1.1.2", "cloudtasks": "1.13.2", "commerce": "1.2.1", - "compute": "1.28.2", + "compute": "1.28.3", "compute/metadata": "0.5.2", "confidentialcomputing": "1.7.2", "config": "1.1.2", @@ -125,7 +125,7 @@ "servicemanagement": "1.10.2", "serviceusage": "1.9.2", "shell": "1.8.2", - "shopping": "0.11.1", + "shopping": "0.12.0", "speech": "1.25.2", "storageinsights": "1.1.2", "storagetransfer": "1.11.2", diff --git a/compute/CHANGES.md b/compute/CHANGES.md index 9b448ec042b6..322879ce69bd 100644 --- a/compute/CHANGES.md +++ b/compute/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.28.3](https://github.com/googleapis/google-cloud-go/compare/compute/v1.28.2...compute/v1.28.3) (2024-10-24) + + +### Bug Fixes + +* **compute:** Reduce size of Go compute package ([#946](https://github.com/googleapis/google-cloud-go/issues/946)) ([706ecb2](https://github.com/googleapis/google-cloud-go/commit/706ecb2c813da3109035b986a642ca891a33847f)) + ## [1.28.2](https://github.com/googleapis/google-cloud-go/compare/compute/v1.28.1...compute/v1.28.2) (2024-10-23) diff --git a/compute/internal/version.go b/compute/internal/version.go index 979416266896..d6c95c4d58c0 100644 --- a/compute/internal/version.go +++ b/compute/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.28.2" +const Version = "1.28.3" diff --git a/shopping/CHANGES.md b/shopping/CHANGES.md index 002a97d38e9c..3f295ea7baec 100644 --- a/shopping/CHANGES.md +++ b/shopping/CHANGES.md @@ -1,5 +1,16 @@ # Changelog +## [0.12.0](https://github.com/googleapis/google-cloud-go/compare/shopping/v0.11.1...shopping/v0.12.0) (2024-10-24) + + +### Features + +* **shopping/css:** A new enum `SubscriptionPeriod` is added ([706ecb2](https://github.com/googleapis/google-cloud-go/commit/706ecb2c813da3109035b986a642ca891a33847f)) +* **shopping/css:** A new field `headline_offer_installment` is added to message `.google.shopping.css.v1.Attributes` ([706ecb2](https://github.com/googleapis/google-cloud-go/commit/706ecb2c813da3109035b986a642ca891a33847f)) +* **shopping/css:** A new field `headline_offer_subscription_cost` is added to message `.google.shopping.css.v1.Attributes` ([706ecb2](https://github.com/googleapis/google-cloud-go/commit/706ecb2c813da3109035b986a642ca891a33847f)) +* **shopping/css:** A new message `HeadlineOfferInstallment` is added ([706ecb2](https://github.com/googleapis/google-cloud-go/commit/706ecb2c813da3109035b986a642ca891a33847f)) +* **shopping/css:** A new message `HeadlineOfferSubscriptionCost` is added ([706ecb2](https://github.com/googleapis/google-cloud-go/commit/706ecb2c813da3109035b986a642ca891a33847f)) + ## [0.11.1](https://github.com/googleapis/google-cloud-go/compare/shopping/v0.11.0...shopping/v0.11.1) (2024-10-23) diff --git a/shopping/internal/version.go b/shopping/internal/version.go index 068ce9a83fc9..574a542f9a0e 100644 --- a/shopping/internal/version.go +++ b/shopping/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.11.1" +const Version = "0.12.0"