Skip to content

Commit

Permalink
chore: bump version to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
reata committed Dec 26, 2021
1 parent 7ca389d commit 03cc317
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 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.3.3
======
:Date: December 26, 2021

Enhancement
-------------
* smarter column-to-table resolution using query context (`#203 <https://github.com/reata/sqllineage/issues/203>`_)

Bugfix
-------------
* column lineage for union operation (`#207 <https://github.com/reata/sqllineage/issues/207>`_)
* subquery in where clause not parsed for table lineage (`#204 <https://github.com/reata/sqllineage/issues/204>`_)

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

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

0 comments on commit 03cc317

Please sign in to comment.