Skip to content

Commit

Permalink
chore: bump version to 1.5.2 (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
reata authored Apr 7, 2024
1 parent 3170768 commit 5b7173e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions docs/release_note/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,28 @@
Changelog
*********

v1.5.2
======
:Date: April 7, 2024

Enhancement
-------------
* Enable support of sqlfluff context (`#548 <https://github.com/reata/sqllineage/issues/548>`_)
* Support Change Configure Default Schema At Runtime (`#536 <https://github.com/reata/sqllineage/issues/536>`_)

Bugfix
-------------
* Parse column level lineage incorrect (`#584 <https://github.com/reata/sqllineage/issues/584>`_)
* Metadata Masked When Table was in a previous UPDATE statement (`#577 <https://github.com/reata/sqllineage/issues/577>`_)
* Clickhouse SQL 'GLOBAL IN' not support (`#554 <https://github.com/reata/sqllineage/issues/554>`_)
* Support json_tuple in SELECT clause in Hive (`#483 <https://github.com/reata/sqllineage/issues/483>`_)

v1.5.1
======
:Date: February 4, 2024

This is a bugfix release mostly driven by community contributors. Thanks everyone for making SQLLineage better.

Enhancement
-------------
* Allow unambiguous column reference for JOIN with USING clause (`#558 <https://github.com/reata/sqllineage/issues/558>`_)
Expand Down
2 changes: 1 addition & 1 deletion sqllineage/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = "sqllineage"
VERSION = "1.5.1"
VERSION = "1.5.2"
DEFAULT_LOGGING = {
"version": 1,
"disable_existing_loggers": False,
Expand Down
4 changes: 2 additions & 2 deletions sqllineagejs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sqllineagejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqllineagejs",
"version": "1.5.1",
"version": "1.5.2",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.2",
Expand Down

0 comments on commit 5b7173e

Please sign in to comment.