Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Release 2.0.1 (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samira-El authored Apr 8, 2022
1 parent f688bbd commit 36fa521
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.0.1 (2022-04-08)
-------------------

*Fixes*
- Only drop pk constraint if table has one
- Don't raise `PrimaryKeyNotFoundException` when a record has a flasy pk value


2.0.0 (2022-03-29)
-------------------

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-target-snowflake",
version="2.0.0",
version="2.0.1",
description="Singer.io target for loading data to Snowflake - PipelineWise compatible",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 36fa521

Please sign in to comment.