Skip to content

Commit

Permalink
chore(main): release vertexai 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 23, 2024
1 parent 47bb902 commit a0e7ee7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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.70.0",
"storage": "1.45.0",
"vertexai": "0.13.1"
"vertexai": "0.13.2"
}
9 changes: 8 additions & 1 deletion vertexai/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.13.2](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.13.1...vertexai/v0.13.2) (2024-10-23)


### Bug Fixes

* **vertexai:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e))
* **vertexai:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([2b8ca4b](https://github.com/googleapis/google-cloud-go/commit/2b8ca4b4127ce3025c7a21cc7247510e07cc5625))

## [0.13.1](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.13.0...vertexai/v0.13.1) (2024-09-05)


Expand Down Expand Up @@ -182,4 +190,3 @@
### Features

* **vertexai:** Vertex AI for go ([#9095](https://github.com/googleapis/google-cloud-go/issues/9095)) ([b3b293a](https://github.com/googleapis/google-cloud-go/commit/b3b293aee06690ed734bb19c404eb6c8af893fa1))

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.13.1"
const Version = "0.13.2"

0 comments on commit a0e7ee7

Please sign in to comment.