Skip to content

Commit

Permalink
chore(main): release vertexai 0.13.0 (#10472)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Aug 22, 2024
1 parent 0ee1430 commit 6f026e3
Show file tree
Hide file tree
Showing 3 changed files with 18 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.67.0",
"storage": "1.43.0",
"vertexai": "0.12.0"
"vertexai": "0.13.0"
}
16 changes: 16 additions & 0 deletions vertexai/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.13.0](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.12.0...vertexai/v0.13.0) (2024-08-22)


### Features

* **vertexai/genai:** Add WithClientInfo option ([#10535](https://github.com/googleapis/google-cloud-go/issues/10535)) ([265963b](https://github.com/googleapis/google-cloud-go/commit/265963bd5b91c257b3c3d3c1f52cdf2b5f4c9d1a))
* **vertexai:** Update tokenizer documentation and pull new code ([#10718](https://github.com/googleapis/google-cloud-go/issues/10718)) ([0ee1430](https://github.com/googleapis/google-cloud-go/commit/0ee1430154f4d51d84b5d5927b1b477f6beb0fc1))


### Bug Fixes

* **vertexai:** Bump google.golang.org/[email protected] ([8fa9e39](https://github.com/googleapis/google-cloud-go/commit/8fa9e398e512fd8533fd49060371e61b5725a85b))
* **vertexai:** Bump google.golang.org/[email protected] ([8ecc4e9](https://github.com/googleapis/google-cloud-go/commit/8ecc4e9622e5bbe9b90384d5848ab816027226c5))
* **vertexai:** Update dependencies ([257c40b](https://github.com/googleapis/google-cloud-go/commit/257c40bd6d7e59730017cf32bda8823d7a232758))
* **vertexai:** Update google.golang.org/api to v0.191.0 ([5b32644](https://github.com/googleapis/google-cloud-go/commit/5b32644eb82eb6bd6021f80b4fad471c60fb9d73))

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


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.12.0"
const Version = "0.13.0"

0 comments on commit 6f026e3

Please sign in to comment.