Skip to content

Commit

Permalink
chore(main): release vertexai 0.12.0 (#10372)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [0.12.0](https://togithub.com/googleapis/google-cloud-go/compare/vertexai/v0.11.0...vertexai/v0.12.0) (2024-06-12)


### Features

* **vertexai/genai:** Add MergedResponse method to GenerateContentResponseIterator ([#10355](https://togithub.com/googleapis/google-cloud-go/issues/10355)) ([9d365d1](https://togithub.com/googleapis/google-cloud-go/commit/9d365d113bd9c89beed640fb3de17747ab580993))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Jun 13, 2024
1 parent af1abf3 commit 0c17df2
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
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"pubsublite": "1.8.2",
"spanner": "1.63.0",
"storage": "1.42.0",
"vertexai": "0.11.0"
"vertexai": "0.12.0"
}
7 changes: 7 additions & 0 deletions vertexai/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.12.0](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.11.0...vertexai/v0.12.0) (2024-06-12)


### Features

* **vertexai/genai:** Add MergedResponse method to GenerateContentResponseIterator ([#10355](https://github.com/googleapis/google-cloud-go/issues/10355)) ([9d365d1](https://github.com/googleapis/google-cloud-go/commit/9d365d113bd9c89beed640fb3de17747ab580993))

## [0.11.0](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.10.0...vertexai/v0.11.0) (2024-06-11)


Expand Down
2 changes: 1 addition & 1 deletion vertexai/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 = "0.11.0"
const Version = "0.12.0"

0 comments on commit 0c17df2

Please sign in to comment.