Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 24, 2024
1 parent 706ecb2 commit 280f11a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions compute/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion compute/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
11 changes: 11 additions & 0 deletions shopping/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion shopping/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 280f11a

Please sign in to comment.