Skip to content

Commit

Permalink
chore(main): release vertexai 0.6.0 (#9183)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 17, 2023
1 parent 91990c1 commit 952311c
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 @@ -12,5 +12,5 @@
"pubsublite": "1.8.1",
"spanner": "1.54.0",
"storage": "1.36.0",
"vertexai": "0.5.2"
"vertexai": "0.6.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.6.0](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.5.2...vertexai/v0.6.0) (2023-12-17)


### Features

* **vertexai:** Use pointers for GenerationConfig fields ([#9182](https://github.com/googleapis/google-cloud-go/issues/9182)) ([91990c1](https://github.com/googleapis/google-cloud-go/commit/91990c1746945c7f0548df972acf1498b165beb9))

## [0.5.2](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.5.1...vertexai/v0.5.2) (2023-12-14)


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.5.2"
const Version = "0.6.0"

0 comments on commit 952311c

Please sign in to comment.