Skip to content

Commit

Permalink
chore: bump version, update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanderhoof committed Mar 17, 2024
1 parent f945dc8 commit 4f21e39
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.0.10
- New: Sticky notes syntax (DBML v3.2.0)
- Fix: Table header color was not rendered in `dbml()` (thanks @tristangrebot for the contribution)
- New: allow array column types (DBML v3.1.0)
- New: allow double quotes in expressions (DBML v3.1.2)
- Fix: recursion in object equality check
- New: don't allow duplicate refs even if they have different inline method (DBML v3.1.6)

# 1.0.9

- Fix: enum collision from different schemas. Thanks @ewdurbin for the contribution
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# DBML parser for Python

*Compliant with DBML **v2.6.1** syntax*
*Compliant with DBML **v3.2.0** syntax*

PyDBML is a Python parser and builder for [DBML](https://www.dbml.org) syntax.

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.9',
version='1.0.10',
author='Daniil Minukhin',
author_email='ddddsa@gmail.com',
url='https://github.com/Vanderhoof/PyDBML',
Expand Down

0 comments on commit 4f21e39

Please sign in to comment.