Skip to content

Commit e4cc3fc

Browse files
Merge pull request #175 from embulk/embulk/bump-up-0-7-5
Bump up 0.7.5
2 parents 9793f84 + 728e03a commit e4cc3fc

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.5 - 2025-05-13
2+
* [enhancement] Add range partitioning support (Thanks to kitagry) #174
3+
14
## 0.7.4 - 2024-12-19
25
* [maintenance] Primary location unless location is set explicitly (Thanks to joker1007) #172
36

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