Skip to content

Commit

Permalink
Release 0.28.0 (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samira-El authored Jan 8, 2021
1 parent 51eec17 commit 1094304
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
0.28.0 (2021-01-08)
-------------------

**New**
- Support environement variables in tap yaml files and rendering them with jinja2 template.

**Fixes**
- bump pipelinewise-target-snowflake to 1.10.1
- Map Mysql's `tinyint(1) unsigned` column type to targets' number column type
- Bumping dependencies of Pipelinewise
- Detect the copyright year dynamically

0.27.0 (2020-12-04)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
LONG_DESCRIPTION = f.read()

setup(name='pipelinewise',
version='0.27.0',
version='0.28.0',
description='PipelineWise',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion singer-connectors/target-snowflake/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pipelinewise-target-snowflake==1.10.0
pipelinewise-target-snowflake==1.10.1

0 comments on commit 1094304

Please sign in to comment.