Skip to content

Commit

Permalink
chore: bump version to v1.4.7 (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
reata committed Aug 27, 2023
1 parent 4a825f2 commit 5680bec
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions docs/release_note/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
Changelog
*********

v1.4.7
======
:Date: August 27, 2023

Enhancement
-------------
* Support subquery in VALUES clause (`#432 <https://github.com/reata/sqllineage/issues/432>`_)
* Dialect='tsql' should return warning when no semicolons are detected (`#422 <https://github.com/reata/sqllineage/issues/422>`_)
* Restricting folder and files user can access from frontend (`#405 <https://github.com/reata/sqllineage/issues/405>`_)
* throw exception when the statement missing the semicolon as splitter (`#159 <https://github.com/reata/sqllineage/issues/159>`_)

Bugfix
-------------
* AttributeError raised using parenthesized where clause (`#426 <https://github.com/reata/sqllineage/issues/426>`_)
* qualified wildcard recognized as wrong column name (`#423 <https://github.com/reata/sqllineage/issues/423>`_)

v1.4.6
======
:Date: July 31, 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.6"
VERSION = "1.4.7"
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.6",
"version": "1.4.7",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.2",
Expand Down

0 comments on commit 5680bec

Please sign in to comment.