From 873ed5af3878cbc9d44b47e13777d749e16c762f Mon Sep 17 00:00:00 2001 From: Vanderhoof Date: Sun, 20 Nov 2022 09:33:58 +0100 Subject: [PATCH] update changelog and bump version --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0863887..3a490bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.0.5 + +- Fix: junction table now has the schema of the first referenced table (as introduced in DBML 2.4.3) +- Fix: typing issue which failed for Python 3.8 and Python 3.9 + # 1.0.4 - New: referenced tables in SQL are now defined first in SQL (#23 reported by @minhl) diff --git a/setup.py b/setup.py index 06a1bbc..8df1598 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ description=SHORT_DESCRIPTION, long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown', - version='1.0.4', + version='1.0.5', author='Daniil Minukhin', author_email='ddddsa@gmail.com', url='https://github.com/Vanderhoof/PyDBML',