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.
2 parents a098056 + 460f130 commit c14f88bCopy full SHA for c14f88b
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+0.3.0 (2017-12-03)
2
+==================
3
+* Add: `mode` option.
4
+ * Add `replace` behaviour.
5
+* Deprecated: `delete_in_advance` option. Please use `mode` instead.
6
+* Deprecated: `overwrite` option. Please use `mode` instead.
7
+* Enhancement: Delete behaviour become safely.
8
+* Enhancement: Update embulk 0.8.38
9
+
10
0.2.4 (2016-04-27)
11
==================
12
- Enhancement: Avoid to create 0 byte files
build.gradle
@@ -15,7 +15,7 @@ configurations {
15
provided
16
}
17
18
-version = "0.2.4"
+version = "0.3.0"
19
20
sourceCompatibility = 1.7
21
targetCompatibility = 1.7
0 commit comments