We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935140b commit 1aeae9aCopy full SHA for 1aeae9a
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.0.9
2
+
3
+- Fix: enum collision from different schemas. Thanks @ewdurbin for the contribution
4
5
# 1.0.8
6
7
- Fix: (#27) allowing comments after Tables, Enums, etc. Thanks @marktaff for reporting
setup.py
@@ -17,7 +17,7 @@
17
description=SHORT_DESCRIPTION,
18
long_description=LONG_DESCRIPTION,
19
long_description_content_type='text/markdown',
20
- version='1.0.8',
+ version='1.0.9',
21
author='Daniil Minukhin',
22
author_email='ddddsa@gmail.com',
23
url='https://github.com/Vanderhoof/PyDBML',
0 commit comments