Skip to content

Commit

Permalink
chore: bump version to 1.5.3 (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
reata authored May 5, 2024
1 parent e7e8244 commit 1a434fd
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions docs/release_note/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Changelog
*********

v1.5.3
======
:Date: May 5, 2024

This is a security release to upgrade some dependencies to latest version as we receive vulnerability alerts.
We strongly recommend that all sqllineage installations be upgraded to this version immediately.

This release also includes an improvement regarding metadata provider.

Enhancement
-------------
* set target table column name from MetaDataProvider (`#528 <https://github.com/reata/sqllineage/issues/528>`_)

v1.5.2
======
:Date: April 7, 2024
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.5.0",
"networkx>=2.4",
"sqlfluff==3.0.3",
"sqlfluff==3.0.5",
"sqlalchemy>=2.0.0",
],
entry_points={"console_scripts": ["sqllineage = sqllineage.cli:main"]},
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.2"
VERSION = "1.5.3"
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.2",
"version": "1.5.3",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.2",
Expand Down

0 comments on commit 1a434fd

Please sign in to comment.