We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e3fb92 + 17cd34a commit 151b8f2Copy full SHA for 151b8f2
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.6.5 - 2021-06-10
2
+* [maintenance] Fix failed tests (thanks to @kyoshidajp)
3
+* [maintenance] Lock representable version for avoiding requiring Ruby 2.4 (thanks to @hiroyuki-sato)
4
+
5
## 0.6.4 - 2019-11-06
6
7
* [enhancement] Add DATETIME type conveter (thanks to @kekekenta)
embulk-output-bigquery.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "embulk-output-bigquery"
- spec.version = "0.6.4"
+ spec.version = "0.6.5"
spec.authors = ["Satoshi Akama", "Naotoshi Seo"]
spec.summary = "Google BigQuery output plugin for Embulk"
spec.description = "Embulk plugin that insert records to Google BigQuery."
0 commit comments