v0.3.0
What's Changed
- Ignore Poetry installation error log files. by @anybodys in #213
- Fix broken Markdown references by @sawyerh in #216
- Make update-template.sh more robust to deletions and changes to files by @sawyerh in #217
- Fix buggy md syntax in technical-overview.md by @yoomlam in #221
- VSCode API Debugger by @rylew1 in #222
- Bump Python version in pyproject.toml by @KevinJBoyer in #226
- Add bulk operations utilities by @KevinJBoyer in #224
- Bump Postgres to 16 by @KevinJBoyer in #225
- Fix flaky test test_bulk_upsert by @KevinJBoyer in #229
- Remove version from docker compose files by @chouinar in #231
- Swap out Flake8 for ruff in linting by @chouinar in #232
- Add support for local secrets by @KevinJBoyer in #227
- Fix links to docker-compose.yml by @KevinJBoyer in #233
- Fix typos and grammar in md files by @yoomlam in #223
- Pin Python minor version and document upgrade details by @chouinar in #235
- Upgrade dependencies + upgrade Python version by @chouinar in #237
- Small fix for install-template.sh by @sivy in #236
- Update dependencies via
poetry update
by @coilysiren in #238 - Update packages & setup docker-compose to allow override.env file by @chouinar in #239
New Contributors
- @anybodys made their first contribution in #213
- @sawyerh made their first contribution in #216
- @yoomlam made their first contribution in #221
- @rylew1 made their first contribution in #222
- @KevinJBoyer made their first contribution in #226
- @sivy made their first contribution in #236
- @coilysiren made their first contribution in #238
Full Changelog: v0.2.0...v0.3.0