Skip to content

Commit

Permalink
chore: bump version to 1.3.7 (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
reata committed Oct 22, 2022
1 parent 3698323 commit e34c6b8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions docs/release_note/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
Changelog
*********

v1.3.7
======
:Date: Oct 22, 2022

Enhancement
-------------
* migrate demo site off Heroku to GitHub Pages (`#288 <https://github.com/reata/sqllineage/issues/288>`_)
* remove flask-related dependencies by implementing a wsgi app (`#287 <https://github.com/reata/sqllineage/issues/287>`_)

Bugfix
-------------
* exception with VALUES clause (`#292 <https://github.com/reata/sqllineage/issues/292>`_)
* exception with Presto unnest function (`#272 <https://github.com/reata/sqllineage/issues/272>`_)
* exception with snowflake generator statement (`#214 <https://github.com/reata/sqllineage/issues/214>`_)

v1.3.6
======
:Date: Aug 28, 2022
Expand Down
2 changes: 1 addition & 1 deletion sqllineage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _monkey_patch() -> None:
_monkey_patch()

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

0 comments on commit e34c6b8

Please sign in to comment.