Skip to content

Commit 430fe61

Browse files
Merge pull request #170 from embulk/bump-up-0-7-3
Bump up 0.7.3
2 parents b18e022 + 4adbb5c commit 430fe61

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.7.3 - 2024-08-28
2+
* [enhancement] Add TIME type conversion to string converter (Thanks to p-eye)
3+
14
## 0.7.2 - 2024-07-21
25
* [maintenance] Fix GitHub Actions #166
36
* [maintenance] Fix gcs_client in order to load data using gcs_bucket parameter (Thanks to kashira202111) #164

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.2"
3+
spec.version = "0.7.3"
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)