Skip to content

Commit ce1b351

Browse files
chore(main): release google-cloud-bigquery 1.59.0 (googleapis#31524)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 28bd49b commit ce1b351

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"google-cloud-beyond_corp-app_gateways-v1+FILLER": "0.0.0",
128128
"google-cloud-beyond_corp-client_gateways-v1": "0.9.0",
129129
"google-cloud-beyond_corp-client_gateways-v1+FILLER": "0.0.0",
130-
"google-cloud-bigquery": "1.58.0",
130+
"google-cloud-bigquery": "1.59.0",
131131
"google-cloud-bigquery+FILLER": "0.0.0",
132132
"google-cloud-bigquery-analytics_hub": "1.3.2",
133133
"google-cloud-bigquery-analytics_hub+FILLER": "0.0.0",

google-cloud-bigquery/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
### 1.59.0 (2025-09-17)
4+
5+
#### Features
6+
7+
* Support collation feature ([#30919](https://github.com/googleapis/google-cloud-ruby/issues/30919))
8+
39
### 1.58.0 (2025-09-03)
410

511
#### Features

google-cloud-bigquery/lib/google/cloud/bigquery/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module Google
1717
module Cloud
1818
module Bigquery
19-
VERSION = "1.58.0".freeze
19+
VERSION = "1.59.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)