From 5d308211fea3f352676a3e7160e068e24360b3a6 Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Mon, 27 Jul 2020 14:48:30 +0100 Subject: [PATCH] v2.0.1 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ setup.py | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..af7b51f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +2.0.1 (2020-07-27) +------------------- + +- Add optional `pandas` and `pyarrow` packages to avoid runtime warning messages + +2.0.0 (2020-04-08) +------------------- + +- Discover only the required tables + +1.1.2 (2020-03-19) +------------------- + +- Delete redundant library `pytz` package + +1.1.1 (2020-03-18) +------------------- + +- Use `SHOW SCHEMAS|TABLES|COLUMNS` instead of `INFORMATION_SCHEMA` +- Bump `snowflake-connector-python` to 2.2.2 + +1.1.0 (2020-02-20) +------------------- + +- Make logging customizable + +1.0.0 (2019-06-02) +------------------- + +- Initial release diff --git a/setup.py b/setup.py index 08cff64..d0d6eb7 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name='pipelinewise-tap-snowflake', - version='2.0.0', + version='2.0.1', description='Singer.io tap for extracting data from Snowflake - PipelineWise compatible', long_description=long_description, long_description_content_type='text/markdown',