Skip to content

Commit

Permalink
chore: bump version to 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
reata committed Aug 28, 2022
1 parent c25d133 commit 1ffc64d
Show file tree
Hide file tree
Showing 4 changed files with 1,511 additions and 1,281 deletions.
15 changes: 15 additions & 0 deletions docs/release_note/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
Changelog
*********

v1.3.6
======
:Date: Aug 28, 2022

Enhancement
-------------
* support MySQL RENAME TABLE statement (`#267 <https://github.com/reata/sqllineage/issues/267>`_)
* auto deploy to Heroku with GitHub Actions (`#232 <https://github.com/reata/sqllineage/issues/232>`_)

Bugfix
-------------
* handling parenthesis around subquery between union (`#270 <https://github.com/reata/sqllineage/issues/270>`_)
* unable to extract alias of columns using function with CTAS (`#253 <https://github.com/reata/sqllineage/issues/253>`_)
* exception when using lateral view (`#225 <https://github.com/reata/sqllineage/issues/225>`_)

v1.3.5
======
:Date: May 10, 2022
Expand Down
2 changes: 1 addition & 1 deletion sqllineage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _monkey_patch() -> None:
_monkey_patch()

NAME = "sqllineage"
VERSION = "1.3.5"
VERSION = "1.3.6"
DEFAULT_LOGGING = {
"version": 1,
"disable_existing_loggers": False,
Expand Down

0 comments on commit 1ffc64d

Please sign in to comment.