Skip to content

Commit 1ecaac7

Browse files
committed
Merge pull request #18 from civitaspo/v0.0.6
Release! v0.0.6
2 parents e5b3296 + 263533e commit 1ecaac7

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.0.6 (2016-03-16)
2+
==================
3+
- Fix: Avoid some connection errors
4+
- https://github.com/civitaspo/embulk-output-sftp/pull/17
5+
16
0.0.5 (2016-03-09)
27
==================
38
- Add: Support MapReduce executor

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,4 @@ This plugin uses "org.apache.commons:commons-vfs" and the library uses the logge
134134
## Contributors
135135
- Satoshi Akama (@sakama)
136136
- Rudolph Miller (@Rudolph-Miller)
137+
- Naotoshi Seo (@sonots)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ configurations {
1515
provided
1616
}
1717

18-
version = "0.0.5"
18+
version = "0.0.6"
1919
sourceCompatibility = 1.7
2020
targetCompatibility = 1.7
2121

0 commit comments

Comments
 (0)