Skip to content

Commit 1d61e74

Browse files
author
Andy Huynh
authored
Merge pull request #6 from andyh1203/bump-version-0.1.3
Bump version and add CHANGELOG
2 parents fe0ce97 + c343b71 commit 1d61e74

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='target-jsonl',
9-
version='0.1.2',
9+
version='0.1.3',
1010
description='Singer.io target for writing JSON Line files',
1111
long_description=readme,
1212
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)