Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sakama committed Dec 26, 2018
1 parent 77f1603 commit eb88df6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Release 0.3.0 - 2018-12-26
* Use file name output feature in Embulk core to show file name instead of logging [#78]

Release 0.2.21 - 2018-10-08
* Enhancement for retrying logic [#76]

Release 0.2.20 - 2018-07-23
* Enhancement for retrying logic [#74]
** Don't allow to retry on some AWS error and status code.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Overview

embulk-input-s3 v0.3.0+ requires Embulk v0.9.12+

* Plugin type: **file input**
* Resume supported: **yes**
* Cleanup supported: **yes**
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import com.github.jrubygradle.JRubyExec

allprojects {
group = 'org.embulk.input.s3'
version = '0.2.20'
version = '0.3.0'

apply plugin: 'com.jfrog.bintray'
apply plugin: 'maven-publish'
Expand Down

0 comments on commit eb88df6

Please sign in to comment.