Skip to content

Commit ee1b21d

Browse files
Merge pull request #167 from hiroyuki-sato/bump-up-0-7-2
Bump up 0.7.2
2 parents c197ecf + 738ba1b commit ee1b21d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.7.2 - 2024-07-21
2+
* [maintenance] Fix GitHub Actions #166
3+
* [maintenance] Fix gcs_client in order to load data using gcs_bucket parameter (Thanks to kashira202111) #164
4+
* [maintenance] Prevent creating unnecessary tables. (Thanks to kashira202111) #148
5+
16
## 0.7.1 - 2024-03-4
27
* [enhancement] Support description of columns and tables (Thanks to @kyoshidajp and @fagai ) #142
38
* [maintenance] Add missing GitHub Actions environment setting. #160

embulk-output-bigquery.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "embulk-output-bigquery"
3-
spec.version = "0.7.1"
3+
spec.version = "0.7.2"
44
spec.authors = ["Satoshi Akama", "Naotoshi Seo"]
55
spec.summary = "Google BigQuery output plugin for Embulk"
66
spec.description = "Embulk plugin that insert records to Google BigQuery."

0 commit comments

Comments
 (0)