Skip to content

Commit 03cc317

Browse files
committed
chore: bump version to 1.3.3
1 parent 7ca389d commit 03cc317

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

docs/release_note/changelog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
Changelog
33
*********
44

5+
v1.3.3
6+
======
7+
:Date: December 26, 2021
8+
9+
Enhancement
10+
-------------
11+
* smarter column-to-table resolution using query context (`#203 <https://github.com/reata/sqllineage/issues/203>`_)
12+
13+
Bugfix
14+
-------------
15+
* column lineage for union operation (`#207 <https://github.com/reata/sqllineage/issues/207>`_)
16+
* subquery in where clause not parsed for table lineage (`#204 <https://github.com/reata/sqllineage/issues/204>`_)
17+
518
v1.3.2
619
======
720
:Date: December 12, 2021

sqllineage/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def _monkey_patch() -> None:
1616
_monkey_patch()
1717

1818
NAME = "sqllineage"
19-
VERSION = "1.3.2"
19+
VERSION = "1.3.3"
2020
DEFAULT_LOGGING = {
2121
"version": 1,
2222
"disable_existing_loggers": False,

sqllineagejs/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqllineagejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sqllineagejs",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"private": true,
55
"dependencies": {
66
"@material-ui/core": "^4.11.2",

0 commit comments

Comments
 (0)