From a61f0cbce43dbb6efaa160d986905e29cebc55af Mon Sep 17 00:00:00 2001 From: Benji Lampel Date: Tue, 10 Jan 2023 10:21:27 -0500 Subject: [PATCH] Updates for Release 0.2.4 --- CHANGELOG.md | 5 +++++ great_expectations_provider/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c997295..7050fd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ ## Upcoming * (please add here) +## 0.2.4 +* [MAINTENANCE] Simplify example path manipulation with `pathlib` (#77) +* [BUGFIX] Change kwargs in Snowflake URI generation (#84) +* [FEATURE] Add data asset name guard (#85) + ## 0.2.3 * [FEATURE] Add schema parameter and data_asset_name parsing (#75) * [MAINTENANCE] Fixes `README.md` errors when building the package (#80) diff --git a/great_expectations_provider/__init__.py b/great_expectations_provider/__init__.py index cd7898a..cfd2773 100644 --- a/great_expectations_provider/__init__.py +++ b/great_expectations_provider/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.3" +__version__ = "0.2.4" def get_provider_info():