Skip to content

Commit fbe58ff

Browse files
chore(main): release google-cloud-bigquery-migration-v2 0.19.0 (#33525)
1 parent 9c06d84 commit fbe58ff

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
"google-cloud-bigquery-data_transfer-v1+FILLER": "0.0.0",
162162
"google-cloud-bigquery-migration": "1.4.0",
163163
"google-cloud-bigquery-migration+FILLER": "0.0.0",
164-
"google-cloud-bigquery-migration-v2": "0.18.0",
164+
"google-cloud-bigquery-migration-v2": "0.19.0",
165165
"google-cloud-bigquery-migration-v2+FILLER": "0.0.0",
166166
"google-cloud-bigquery-reservation": "1.7.0",
167167
"google-cloud-bigquery-reservation+FILLER": "0.0.0",

google-cloud-bigquery-migration-v2/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### 0.19.0 (2026-04-02)
4+
5+
#### Features
6+
7+
* add origin to AttributeContext.Request ([#33462](https://github.com/googleapis/google-cloud-ruby/issues/33462))
8+
#### Documentation
9+
10+
* update comments and formatting
11+
312
### 0.18.0 (2026-03-19)
413

514
#### Features

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module Cloud
2222
module Bigquery
2323
module Migration
2424
module V2
25-
VERSION = "0.18.0"
25+
VERSION = "0.19.0"
2626
end
2727
end
2828
end

google-cloud-bigquery-migration-v2/snippets/snippet_metadata_google.cloud.bigquery.migration.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"client_library": {
33
"name": "google-cloud-bigquery-migration-v2",
4-
"version": "0.18.0",
4+
"version": "0.19.0",
55
"language": "RUBY",
66
"apis": [
77
{

0 commit comments

Comments
 (0)