Skip to content

Commit

Permalink
chore(main): release vertexai 0.9.0 (#10163)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed May 13, 2024
1 parent b452014 commit 1320d7d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-individual.json
Expand Up @@ -14,5 +14,5 @@
"pubsublite": "1.8.1",
"spanner": "1.61.0",
"storage": "1.41.0",
"vertexai": "0.8.0"
"vertexai": "0.9.0"
}
7 changes: 7 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion vertexai/internal/version.go
Expand Up @@ -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"

0 comments on commit 1320d7d

Please sign in to comment.