Skip to content

Commit

Permalink
chore: bump version to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
reata committed Mar 6, 2022
1 parent a76290e commit 1592d71
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions docs/release_note/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
Changelog
*********

v1.3.4
======
:Date: March 6, 2022

Enhancement
-------------
* update black to stable version (`#222 <https://github.com/reata/sqllineage/issues/222>`_)

Bugfix
-------------
* table/column lineage mixed up for self dependent SQL (`#219 <https://github.com/reata/sqllineage/issues/219>`_)
* problem with SELECT CAST(CASE WHEN ...END AS DECIMAL(M,N)) AS col_name (`#215 <https://github.com/reata/sqllineage/issues/215>`_)
* failed to parse source table from subquery with more than one parenthesis (`#213 <https://github.com/reata/sqllineage/issues/213>`_)

v1.3.3
======
:Date: December 26, 2021
Expand Down
2 changes: 1 addition & 1 deletion sqllineage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _monkey_patch() -> None:
_monkey_patch()

NAME = "sqllineage"
VERSION = "1.3.3"
VERSION = "1.3.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.3.3",
"version": "1.3.4",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.2",
Expand Down

0 comments on commit 1592d71

Please sign in to comment.