Skip to content

Commit 4e50215

Browse files
chore(main): release google-cloud-dataform 0.1.0 (#19359)
1 parent 8415a97 commit 4e50215

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
"google-cloud-dataflow+FILLER": "0.0.0",
192192
"google-cloud-dataflow-v1beta3": "0.4.0",
193193
"google-cloud-dataflow-v1beta3+FILLER": "0.0.0",
194-
"google-cloud-dataform": "0.0.1",
194+
"google-cloud-dataform": "0.1.0",
195195
"google-cloud-dataform+FILLER": "0.0.0",
196196
"google-cloud-dataform-v1beta1": "0.1.0",
197197
"google-cloud-dataform-v1beta1+FILLER": "0.0.0",

google-cloud-dataform/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "dataform",
99
"name_pretty": "Dataform API",
1010
"product_documentation": "https://cloud.google.com/dataform",
11-
"release_level": "unreleased",
11+
"release_level": "preview",
1212
"repo": "googleapis/google-cloud-ruby",
1313
"requires_billing": true,
1414
"ruby-cloud-description": "Dataform is a service for data analysts to develop, test, version control, and schedule complex SQL workflows for data transformation in BigQuery.",

google-cloud-dataform/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
# Release History
1+
# Changelog
22

3+
### 0.1.0 (2022-11-01)
4+
5+
#### Features
6+
7+
* Initial generation of google-cloud-dataform ([#19355](https://github.com/googleapis/google-cloud-ruby/issues/19355))
8+
9+
## Release History

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
module Google
2121
module Cloud
2222
module Dataform
23-
VERSION = "0.0.1"
23+
VERSION = "0.1.0"
2424
end
2525
end
2626
end

0 commit comments

Comments
 (0)