Skip to content

Commit

Permalink
chore(main): release bigquery 1.64.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 19, 2024
1 parent c1e936d commit 159c4e8
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
@@ -1,7 +1,7 @@
{
"auth": "0.10.2",
"auth/oauth2adapt": "0.2.5",
"bigquery": "1.64.0",
"bigquery": "1.64.1",
"bigtable": "1.33.0",
"datastore": "1.20.0",
"errorreporting": "0.3.1",
Expand Down
7 changes: 7 additions & 0 deletions bigquery/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@



## [1.64.1](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.64.0...bigquery/v1.64.1) (2024-11-19)


### Bug Fixes

* **bigquery:** Do not override ctx within inner span creation ([#11119](https://github.com/googleapis/google-cloud-go/issues/11119)) ([627c69a](https://github.com/googleapis/google-cloud-go/commit/627c69ac46e0585afff2ba71ced6edf984e59857)), refs [#10961](https://github.com/googleapis/google-cloud-go/issues/10961)

## [1.64.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.63.1...bigquery/v1.64.0) (2024-10-30)


Expand Down
2 changes: 1 addition & 1 deletion bigquery/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.64.0"
const Version = "1.64.1"

0 comments on commit 159c4e8

Please sign in to comment.