Skip to content

Commit

Permalink
chore: bump version to v1.4.4 (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
reata committed Jun 11, 2023
1 parent f81ada6 commit 341435a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions docs/release_note/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
Changelog
*********

v1.4.4
======
:Date: June 11, 2023

Enhancement
-------------
* BigQuery Specific MERGE statement feature support (`#380 <https://github.com/reata/sqllineage/issues/380>`_)
* Support snowflake create table...clone and alter table...swap (`#373 <https://github.com/reata/sqllineage/issues/373>`_)
* Parse Column Lineage When Specify Column Names in Insert/Create Statement (`#212 <https://github.com/reata/sqllineage/issues/212>`_)

Bugfix
-------------
* Switching Dialect in UI only works When Explicit Clicked (`#387 <https://github.com/reata/sqllineage/issues/387>`_)
* No Column Lineage Parsed for DML with SELECT query in parenthesis (`#244 <https://github.com/reata/sqllineage/issues/244>`_)

v1.4.3
======
:Date: May 13, 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.3"
VERSION = "1.4.4"
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.4.3",
"version": "1.4.4",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.2",
Expand Down

0 comments on commit 341435a

Please sign in to comment.