Releases: makecodes/django-dbml
Releases · makecodes/django-dbml
1.1.2
What's Changed
- ci: update production release workflow to use version tags without 'v… by @imakecodes in #32
Full Changelog: 1.1.1...1.1.2
1.1.1
What's Changed
- Support more dbml features by @mhindery in #17
- Fixing f strings by @imakecodes in #18
- Add db name in case there are multiple databases configured by @mhindery in #19
- chore: bump version to 0.11.0 by @imakecodes in #20
- Adding unit tests and improving the github actions workflows by @imakecodes in #21
- Reduce cognitive complexity by @imakecodes in #22
- ci: add Dependabot config, update GitHub Actions workflows with pinned versions, add security policy, and bump project version to 1.1.0 by @imakecodes in #23
- ci: bump actions/download-artifact from 4.3.0 to 8.0.1 by @dependabot[bot] in #24
- ci: bump actions/checkout from 4.2.2 to 6.0.2 by @dependabot[bot] in #25
- ci: bump actions/upload-artifact from 4.6.2 to 7.0.0 by @dependabot[bot] in #26
- ci: bump pypa/gh-action-pypi-publish from 106e0b0b7c337fa67ed433972f777c6357f78598 to ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e by @dependabot[bot] in #27
- ci: bump actions/setup-python from 5.6.0 to 6.2.0 by @dependabot[bot] in #28
- ci: bump actions/dependency-review-action from 4.8.2 to 4.9.0 by @dependabot[bot] in #29
- ci: bump astral-sh/setup-uv from 7.1.6 to 8.0.0 by @dependabot[bot] in #30
- chore(pyproject): bump version from 1.1.0 to 1.1.1 to reflect new rel… by @imakecodes in #31
New Contributors
- @mhindery made their first contribution in #17
- @dependabot[bot] made their first contribution in #24
Full Changelog: 0.9.2...1.1.1
0.9.2
Changes
- #16 Support for Table Groups and Table Header Colors and DB Comments for Fields and Tables (thanks @weallwegot!)