Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 3 changed files with 14 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.10.0"
"vertexai": "0.11.0"
}
12 changes: 12 additions & 0 deletions vertexai/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Features

* **vertexai:** Explicit caching ([#10363](https://github.com/googleapis/google-cloud-go/issues/10363)) ([d9754c7](https://github.com/googleapis/google-cloud-go/commit/d9754c7c07656b2f68cb63f24f1da4ddcc697f8f))


### Bug Fixes

* **vertexai:** Don't add empty Text parts to session history ([#10362](https://github.com/googleapis/google-cloud-go/issues/10362)) ([088b6c3](https://github.com/googleapis/google-cloud-go/commit/088b6c3afd85d75ce3b30af0620529ec04d4ce1c)), refs [#10309](https://github.com/googleapis/google-cloud-go/issues/10309)

## [0.10.0](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.9.0...vertexai/v0.10.0) (2024-05-20)


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.10.0"
const Version = "0.11.0"

0 comments on commit 8ac08f2

Please sign in to comment.