Skip to content

Commit 1320d7d

Browse files
chore(main): release vertexai 0.9.0 (#10163)
🤖 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).
1 parent b452014 commit 1320d7d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest-individual.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"pubsublite": "1.8.1",
1515
"spanner": "1.61.0",
1616
"storage": "1.41.0",
17-
"vertexai": "0.8.0"
17+
"vertexai": "0.9.0"
1818
}

vertexai/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.9.0](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.8.0...vertexai/v0.9.0) (2024-05-13)
4+
5+
6+
### Features
7+
8+
* **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))
9+
310
## [0.8.0](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.7.1...vertexai/v0.8.0) (2024-05-06)
411

512

vertexai/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "0.8.0"
18+
const Version = "0.9.0"

0 commit comments

Comments
 (0)