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.
1 parent 45ba0f1 commit c5691dcCopy full SHA for c5691dc
ChangeLog
@@ -1,4 +1,8 @@
1
2
+Release 0.2.7 - 2015-12-21
3
+
4
+* Added "min_task_size" option.
5
6
Release 0.2.6 - 2015-12-05
7
8
* Fixed "path_match_pattern" to match part of the file path.
build.gradle
@@ -7,7 +7,7 @@ import com.github.jrubygradle.JRubyExec
allprojects {
9
group = 'org.embulk.input.s3'
10
- version = '0.2.6'
+ version = '0.2.7'
11
}
12
13
subprojects {
0 commit comments