Skip to content

Commit 1aeae9a

Browse files
committed
update changelog, bump version
1 parent 935140b commit 1aeae9a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.9
2+
3+
- Fix: enum collision from different schemas. Thanks @ewdurbin for the contribution
4+
15
# 1.0.8
26

37
- Fix: (#27) allowing comments after Tables, Enums, etc. Thanks @marktaff for reporting

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
description=SHORT_DESCRIPTION,
1818
long_description=LONG_DESCRIPTION,
1919
long_description_content_type='text/markdown',
20-
version='1.0.8',
20+
version='1.0.9',
2121
author='Daniil Minukhin',
2222
author_email='ddddsa@gmail.com',
2323
url='https://github.com/Vanderhoof/PyDBML',

0 commit comments

Comments
 (0)