We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9793f84 + 728e03a commit e4cc3fcCopy full SHA for e4cc3fc
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.7.5 - 2025-05-13
2
+* [enhancement] Add range partitioning support (Thanks to kitagry) #174
3
+
4
## 0.7.4 - 2024-12-19
5
* [maintenance] Primary location unless location is set explicitly (Thanks to joker1007) #172
6
embulk-output-bigquery.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "embulk-output-bigquery"
- spec.version = "0.7.4"
+ spec.version = "0.7.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