Skip to content

Commit

Permalink
chore(main): release vertexai 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Mar 9, 2024
1 parent f1bca4c commit a966d14
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 @@ -12,5 +12,5 @@
"pubsublite": "1.8.1",
"spanner": "1.58.0",
"storage": "1.39.0",
"vertexai": "0.7.1"
"vertexai": "0.8.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.8.0](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.7.1...vertexai/v0.8.0) (2024-03-09)


### Features

* **vertexai/genai:** Change TopK to int ([#9522](https://github.com/googleapis/google-cloud-go/issues/9522)) ([29d2c7d](https://github.com/googleapis/google-cloud-go/commit/29d2c7d0be85f0055f4992dc01897782b8a51bcb))


### Bug Fixes

* **vertexai:** Clarify documentation of NewClient ([#9532](https://github.com/googleapis/google-cloud-go/issues/9532)) ([f1bca4c](https://github.com/googleapis/google-cloud-go/commit/f1bca4cde57239cd3c606a1566e83a7d7f5e7953))

## [0.7.1](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.7.0...vertexai/v0.7.1) (2024-02-08)


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.7.1"
const Version = "0.8.0"

0 comments on commit a966d14

Please sign in to comment.