Skip to content

Commit 5680bec

Browse files
authored
chore: bump version to v1.4.7 (#440)
1 parent 4a825f2 commit 5680bec

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

docs/release_note/changelog.rst

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

5+
v1.4.7
6+
======
7+
:Date: August 27, 2023
8+
9+
Enhancement
10+
-------------
11+
* Support subquery in VALUES clause (`#432 <https://github.com/reata/sqllineage/issues/432>`_)
12+
* Dialect='tsql' should return warning when no semicolons are detected (`#422 <https://github.com/reata/sqllineage/issues/422>`_)
13+
* Restricting folder and files user can access from frontend (`#405 <https://github.com/reata/sqllineage/issues/405>`_)
14+
* throw exception when the statement missing the semicolon as splitter (`#159 <https://github.com/reata/sqllineage/issues/159>`_)
15+
16+
Bugfix
17+
-------------
18+
* AttributeError raised using parenthesized where clause (`#426 <https://github.com/reata/sqllineage/issues/426>`_)
19+
* qualified wildcard recognized as wrong column name (`#423 <https://github.com/reata/sqllineage/issues/423>`_)
20+
521
v1.4.6
622
======
723
:Date: July 31, 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.6"
5+
VERSION = "1.4.7"
66
DEFAULT_LOGGING = {
77
"version": 1,
88
"disable_existing_loggers": False,

sqllineagejs/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqllineagejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sqllineagejs",
3-
"version": "1.4.6",
3+
"version": "1.4.7",
44
"private": true,
55
"dependencies": {
66
"@material-ui/core": "^4.11.2",

0 commit comments

Comments
 (0)