Skip to content

Commit

Permalink
chore: bump version to 1.4.8 (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
reata authored Oct 16, 2023
1 parent 3aa0a07 commit 1099327
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 31 deletions.
17 changes: 17 additions & 0 deletions docs/release_note/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
Changelog
*********

v1.4.8
======
:Date: October 16, 2023

Enhancement
-------------
* Support Python 3.12 (`#469 <https://github.com/reata/sqllineage/issues/469>`_)
* programmatically list supported dialects (`#462 <https://github.com/reata/sqllineage/issues/462>`_)
* add versioning of package to cli (`#457 <https://github.com/reata/sqllineage/issues/457>`_)
* Add Support of DROP VIEW statements (`#456 <https://github.com/reata/sqllineage/issues/456>`_)
* support split SQL statements without semicolon in tsql (`#384 <https://github.com/reata/sqllineage/issues/384>`_)

Bugfix
-------------
* SqlFluff RuntimeError Triggers Server Error 500 in Frontend (`#467 <https://github.com/reata/sqllineage/issues/467>`_)
* ignore lineage for analyze statement (`#459 <https://github.com/reata/sqllineage/issues/459>`_)

v1.4.7
======
:Date: August 27, 2023
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def run(self) -> None:
install_requires=[
"sqlparse>=0.4.4",
"networkx>=2.4",
"sqlfluff==2.3.2",
"sqlfluff==2.3.3",
],
entry_points={"console_scripts": ["sqllineage = sqllineage.cli:main"]},
extras_require={
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.4.7"
VERSION = "1.4.8"
DEFAULT_LOGGING = {
"version": 1,
"disable_existing_loggers": False,
Expand Down
72 changes: 44 additions & 28 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.7",
"version": "1.4.8",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.2",
Expand Down

0 comments on commit 1099327

Please sign in to comment.