Skip to content

Commit a353850

Browse files
committed
Merge pull request #14 from civitaspo/v0.0.5
Release v0.0.5
2 parents 974fe4e + 47b3d33 commit a353850

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
0.0.5 (2016-03-09)
2+
==================
3+
- Add: Support MapReduce executor
4+
- https://github.com/civitaspo/embulk-output-sftp/pull/8
5+
- Fix: Use ConfigException instead of RuntimeException
6+
- https://github.com/civitaspo/embulk-output-sftp/pull/9/files
7+
- Fix: Check to exist parent directory before uploading files
8+
- https://github.com/civitaspo/embulk-output-sftp/pull/13
9+
- Add: Support proxy settings
10+
- https://github.com/civitaspo/embulk-output-sftp/pull/11

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,7 @@ $ ./gradlew gem # -t to watch change of files and rebuild continuously
119119
## Note
120120

121121
This plugin uses "org.apache.commons:commons-vfs" and the library uses the logger "org.apache.commons.logging.Log". So, this plugin suppress the logger's message except when embulk log level is debug.
122+
123+
## Contributors
124+
- Satoshi Akama (@sakama)
125+
- Rudolph Miller (@Rudolph-Miller)

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.4"
18+
version = "0.0.5"
1919
sourceCompatibility = 1.7
2020
targetCompatibility = 1.7
2121

0 commit comments

Comments
 (0)