We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe0ce97 + c343b71 commit 1d61e74Copy full SHA for 1d61e74
CHANGELOG.md
@@ -0,0 +1,8 @@
1
+# Change Log
2
+
3
+## [0.1.3] - 2022-02-10
4
5
+- [#3](https://github.com/andyh1203/target-jsonl/pull/3)
6
+ Add custom name config for filename
7
+- [#4](https://github.com/andyh1203/target-jsonl/pull/4)
8
+ feat: add adjustment to decimal precision and update singer-python
setup.py
@@ -6,7 +6,7 @@
setup(
name='target-jsonl',
9
- version='0.1.2',
+ version='0.1.3',
10
description='Singer.io target for writing JSON Line files',
11
long_description=readme,
12
long_description_content_type='text/markdown',
0 commit comments