Skip to content

Commit

Permalink
chore: bump version to v1.4.5 (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
reata committed Jul 2, 2023
1 parent c590d29 commit 1cbd35e
Show file tree
Hide file tree
Showing 4 changed files with 4,108 additions and 3,337 deletions.
17 changes: 17 additions & 0 deletions docs/release_note/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
Changelog
*********

v1.4.5
======
:Date: July 2, 2023

Enhancement
-------------
* Switch to PyPI Trusted Publishers (`#389 <https://github.com/reata/sqllineage/issues/389>`_)
* Support tsql Declare Statement (`#357 <https://github.com/reata/sqllineage/issues/357>`_)

Bugfix
-------------
* Exception for Subquery Expression Without Source Tables (`#401 <https://github.com/reata/sqllineage/issues/401>`_)
* Not Supporting Create Table AS in postgres (`#400 <https://github.com/reata/sqllineage/issues/400>`_)
* Failed to handle UNION followed by CTE (`#398 <https://github.com/reata/sqllineage/issues/398>`_)
* Not handling CTE inside DML query (`#377 <https://github.com/reata/sqllineage/issues/377>`_)
* Failed to parse UNION inside CTE (`#376 <https://github.com/reata/sqllineage/issues/376>`_)

v1.4.4
======
:Date: June 11, 2023
Expand Down
2 changes: 1 addition & 1 deletion sqllineage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


NAME = "sqllineage"
VERSION = "1.4.4"
VERSION = "1.4.5"
DEFAULT_LOGGING = {
"version": 1,
"disable_existing_loggers": False,
Expand Down

0 comments on commit 1cbd35e

Please sign in to comment.