Skip to content

Commit

Permalink
Update version and History
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestoLoma committed Jun 6, 2023
1 parent f4b15e1 commit ce3c405
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyatlan/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.33
0.1.0

0 comments on commit ce3c405

Please sign in to comment.