Skip to content

Commit

Permalink
Updates for Release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
denimalpaca committed Jan 10, 2023
1 parent 0fcdcd3 commit a61f0cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion great_expectations_provider/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.3"
__version__ = "0.2.4"


def get_provider_info():
Expand Down

0 comments on commit a61f0cb

Please sign in to comment.