From 9586931400a389292c6fa0721900ee41030c5120 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:28:19 +0000 Subject: [PATCH] chore(main): release vertexai 0.13.2 (#11028) :robot: I have created a release *beep* *boop* --- ## [0.13.2](https://togithub.com/googleapis/google-cloud-go/compare/vertexai/v0.13.1...vertexai/v0.13.2) (2024-11-04) ### Bug Fixes * **vertexai:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://togithub.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) * **vertexai:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([2b8ca4b](https://togithub.com/googleapis/google-cloud-go/commit/2b8ca4b4127ce3025c7a21cc7247510e07cc5625)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please). --- .release-please-manifest-individual.json | 2 +- vertexai/CHANGES.md | 9 ++++++++- vertexai/internal/version.go | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index 90430e8d2e44..0fa51a4e606c 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -14,5 +14,5 @@ "pubsublite": "1.8.2", "spanner": "1.71.0", "storage": "1.46.0", - "vertexai": "0.13.1" + "vertexai": "0.13.2" } diff --git a/vertexai/CHANGES.md b/vertexai/CHANGES.md index 9adc4fba88b1..c406540520c7 100644 --- a/vertexai/CHANGES.md +++ b/vertexai/CHANGES.md @@ -1,5 +1,13 @@ # Changelog +## [0.13.2](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.13.1...vertexai/v0.13.2) (2024-11-04) + + +### Bug Fixes + +* **vertexai:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **vertexai:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([2b8ca4b](https://github.com/googleapis/google-cloud-go/commit/2b8ca4b4127ce3025c7a21cc7247510e07cc5625)) + ## [0.13.1](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.13.0...vertexai/v0.13.1) (2024-09-05) @@ -182,4 +190,3 @@ ### Features * **vertexai:** Vertex AI for go ([#9095](https://github.com/googleapis/google-cloud-go/issues/9095)) ([b3b293a](https://github.com/googleapis/google-cloud-go/commit/b3b293aee06690ed734bb19c404eb6c8af893fa1)) - diff --git a/vertexai/internal/version.go b/vertexai/internal/version.go index d49cc7ff36ff..ad7ef183e0ec 100644 --- a/vertexai/internal/version.go +++ b/vertexai/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.13.1" +const Version = "0.13.2"