Skip to content

Commit 1cbd35e

Browse files
authored
chore: bump version to v1.4.5 (#404)
1 parent c590d29 commit 1cbd35e

File tree

4 files changed

+4108
-3337
lines changed

4 files changed

+4108
-3337
lines changed

docs/release_note/changelog.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
Changelog
33
*********
44

5+
v1.4.5
6+
======
7+
:Date: July 2, 2023
8+
9+
Enhancement
10+
-------------
11+
* Switch to PyPI Trusted Publishers (`#389 <https://github.com/reata/sqllineage/issues/389>`_)
12+
* Support tsql Declare Statement (`#357 <https://github.com/reata/sqllineage/issues/357>`_)
13+
14+
Bugfix
15+
-------------
16+
* Exception for Subquery Expression Without Source Tables (`#401 <https://github.com/reata/sqllineage/issues/401>`_)
17+
* Not Supporting Create Table AS in postgres (`#400 <https://github.com/reata/sqllineage/issues/400>`_)
18+
* Failed to handle UNION followed by CTE (`#398 <https://github.com/reata/sqllineage/issues/398>`_)
19+
* Not handling CTE inside DML query (`#377 <https://github.com/reata/sqllineage/issues/377>`_)
20+
* Failed to parse UNION inside CTE (`#376 <https://github.com/reata/sqllineage/issues/376>`_)
21+
522
v1.4.4
623
======
724
:Date: June 11, 2023

sqllineage/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
NAME = "sqllineage"
5-
VERSION = "1.4.4"
5+
VERSION = "1.4.5"
66
DEFAULT_LOGGING = {
77
"version": 1,
88
"disable_existing_loggers": False,

0 commit comments

Comments
 (0)