Skip to content

Commit 5b7173e

Browse files
authored
chore: bump version to 1.5.2 (#594)
1 parent 3170768 commit 5b7173e

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

docs/release_note/changelog.rst

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

5+
v1.5.2
6+
======
7+
:Date: April 7, 2024
8+
9+
Enhancement
10+
-------------
11+
* Enable support of sqlfluff context (`#548 <https://github.com/reata/sqllineage/issues/548>`_)
12+
* Support Change Configure Default Schema At Runtime (`#536 <https://github.com/reata/sqllineage/issues/536>`_)
13+
14+
Bugfix
15+
-------------
16+
* Parse column level lineage incorrect (`#584 <https://github.com/reata/sqllineage/issues/584>`_)
17+
* Metadata Masked When Table was in a previous UPDATE statement (`#577 <https://github.com/reata/sqllineage/issues/577>`_)
18+
* Clickhouse SQL 'GLOBAL IN' not support (`#554 <https://github.com/reata/sqllineage/issues/554>`_)
19+
* Support json_tuple in SELECT clause in Hive (`#483 <https://github.com/reata/sqllineage/issues/483>`_)
20+
521
v1.5.1
622
======
723
:Date: February 4, 2024
824

25+
This is a bugfix release mostly driven by community contributors. Thanks everyone for making SQLLineage better.
26+
927
Enhancement
1028
-------------
1129
* Allow unambiguous column reference for JOIN with USING clause (`#558 <https://github.com/reata/sqllineage/issues/558>`_)

sqllineage/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME = "sqllineage"
2-
VERSION = "1.5.1"
2+
VERSION = "1.5.2"
33
DEFAULT_LOGGING = {
44
"version": 1,
55
"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.5.1",
3+
"version": "1.5.2",
44
"private": true,
55
"dependencies": {
66
"@material-ui/core": "^4.11.2",

0 commit comments

Comments
 (0)