From ce3c405ecd6388dd9a47f6425d0862a07538fd96 Mon Sep 17 00:00:00 2001 From: Ernest Hill Date: Tue, 6 Jun 2023 13:36:50 +0300 Subject: [PATCH] Update version and History --- HISTORY.md | 15 +++++++++++++++ pyatlan/version.txt | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 381b4343b..fa89bd896 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,18 @@ +## 0.1.0 (June 6, 2023) + +* Fixes connection creation and associated validations +* Adds further connectors (with icons) +* Adds SQL parser endpoint +* Add Lineage list API and integration tests +* Fix bug on locking custom metadata +* Refactor syntax for accessing custom metadata properties + + Previously the custom metadata property `First Name` would have been accessed as follows: + ````cm.first_name```` + + This could cause confusion how the name was converted so now the following syntax will be used: + + ```cm['First Name']``` ## 0.0.33 (May 24, 2023) * Added convenience properties for relationship_attributes diff --git a/pyatlan/version.txt b/pyatlan/version.txt index cd9d21e61..6e8bf73aa 100644 --- a/pyatlan/version.txt +++ b/pyatlan/version.txt @@ -1 +1 @@ -0.0.33 +0.1.0