Release Summary
New Features
- Added
dbt-diagrams docs servefor local ERD testing.
Fixes
- Fixed Mermaid rendering for decimal datatypes.
Improvements
- Added Python 3.9–3.12 support.
- Migrated to Pydantic 2.
- Improved CI, GitHub Pages, and pre-commit setup.
- Updated build and dependency management , migrated to Poetry 2 and added dependabot to keep Github actions up-to-date.
Change Details
- Adding .python-version file by @pgoslatara in #14
- Moving to Poetry 2 by @pgoslatara in #15
- Adding dependabot for GitHub Actions by @pgoslatara in #16
- chore(deps): bump actions/setup-python from 4 to 5 by @dependabot[bot] in #17
- chore(deps): bump peaceiris/actions-gh-pages from 3 to 4 by @dependabot[bot] in #19
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot[bot] in #18
- Testing across multiple python versions by @pgoslatara in #20
- Fixing GitHub Pages deployment by @pgoslatara in #22
- Moving python support to 3.9->3.12 by @pgoslatara in #23
- Pydantic version update by @blemmers in #24
- Introduce pre-commit by @pgoslatara in #21
- Fixed mermaid for datatype decimals by @blemmers in #25
- Adding dbt-diagrams docs serve by @blemmers in #29
New Contributors
- @pgoslatara made their first contribution in #14
- @dependabot[bot] made their first contribution in #17
- @blemmers made their first contribution in #24
Full Changelog: v0.1.3...v.0.2.0