Skip to content

Commit

Permalink
update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanderhoof committed Nov 20, 2022
1 parent 8685a10 commit 873ed5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
url='https://github.com/Vanderhoof/PyDBML',
Expand Down

0 comments on commit 873ed5a

Please sign in to comment.