We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e24d4 commit 6e0af33Copy full SHA for 6e0af33
2 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 1.0.11
2
+- Fix: allow pk in named indexes (thanks @pierresouchay for the contribution)
3
+
4
# 1.0.10
5
- New: Sticky notes syntax (DBML v3.2.0)
6
- Fix: Table header color was not rendered in `dbml()` (thanks @tristangrebot for the contribution)
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.10',
+ version='1.0.11',
21
author='Daniil Minukhin',
22
author_email='ddddsa@gmail.com',
23
url='https://github.com/Vanderhoof/PyDBML',
0 commit comments