From 1320d7db0df61940c5e4ad705d6658474c7c38c4 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 23:24:18 +0000 Subject: [PATCH] chore(main): release vertexai 0.9.0 (#10163) :robot: I have created a release *beep* *boop* --- ## [0.9.0](https://togithub.com/googleapis/google-cloud-go/compare/vertexai/v0.8.0...vertexai/v0.9.0) (2024-05-13) ### Features * **vertexai:** Add Candidate.FunctionCalls accessor ([#10149](https://togithub.com/googleapis/google-cloud-go/issues/10149)) ([6c76a67](https://togithub.com/googleapis/google-cloud-go/commit/6c76a67af1b630e48597a352fface154fcfdacfb)) --- 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 | 7 +++++++ vertexai/internal/version.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index 9c1c283be83b..e397ed29c224 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -14,5 +14,5 @@ "pubsublite": "1.8.1", "spanner": "1.61.0", "storage": "1.41.0", - "vertexai": "0.8.0" + "vertexai": "0.9.0" } diff --git a/vertexai/CHANGES.md b/vertexai/CHANGES.md index 0decc8063dab..b4cefbc173f7 100644 --- a/vertexai/CHANGES.md +++ b/vertexai/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.0](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.8.0...vertexai/v0.9.0) (2024-05-13) + + +### Features + +* **vertexai:** Add Candidate.FunctionCalls accessor ([#10149](https://github.com/googleapis/google-cloud-go/issues/10149)) ([6c76a67](https://github.com/googleapis/google-cloud-go/commit/6c76a67af1b630e48597a352fface154fcfdacfb)) + ## [0.8.0](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.7.1...vertexai/v0.8.0) (2024-05-06) diff --git a/vertexai/internal/version.go b/vertexai/internal/version.go index a950a4244f18..377388a296db 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.8.0" +const Version = "0.9.0"