Skip to content

Commit 61fc3db

Browse files
Merge pull request #163 from hiroyuki-sato/bump-up-0-7-1
Bump up 0.7.1
2 parents 33f4d00 + 254ae19 commit 61fc3db

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.7.1 - 2024-03-4
2+
* [enhancement] Support description of columns and tables (Thanks to @kyoshidajp and @fagai ) #142
3+
* [maintenance] Add missing GitHub Actions environment setting. #160
4+
* [maintenance] Replace google-api-client with specific Google APIs (Thanks to @Nozomuts) #161
5+
* [maintenance] Update GitHub Actions use checkout@v4 and setup-java@v4 #162
6+
17
## 0.7.0 - 2024-02-1
28
* [enhancement] Add support Embulk 0.11.x
39

embulk-output-bigquery.gemspec

Lines changed: 1 addition & 1 deletion
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.0"
3+
spec.version = "0.7.1"
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)