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 5137bbe + ba305fe commit cbfe39dCopy full SHA for cbfe39d
CHENGELOG.md
@@ -1,3 +1,8 @@
1
+0.0.5 (2017-11-17)
2
+==================
3
+- Use traditional constructors of TimestampFormatter against Embulk core deprecation.
4
+ - https://github.com/civitaspo/embulk-filter-to_json/pull/6
5
+
6
0.0.4 (2016-01-25)
7
==================
8
- incompatible change: `timezone` / `format` options removed
build.gradle
@@ -13,7 +13,7 @@ configurations {
13
provided
14
}
15
16
-version = "0.0.4"
+version = "0.0.5"
17
18
sourceCompatibility = 1.7
19
targetCompatibility = 1.7
0 commit comments