What's Changed
- Fix boolean parser arguments for Python 3.14 by @UnoYakshi in #47
- Add tests for boolean CLI arguments by @zifter in #49
- Code quality improvements by @zifter in #50
- Derive package version from git tag via setuptools-scm by @zifter in #48
- Add community health files and expand PyPI keywords by @zifter in #51
- Fix outdated multi-statement caveat in README by @zifter in #53
- Upload coverage to Codecov and add coverage badge by @zifter in #52
- Add GitHub Action and Docker image for running migrations by @zifter in #54
- README: link the production migrations article by @zifter in #55
- Add
statussubcommand (applied vs pending migrations) by @zifter in #58 - Introduce a driver-agnostic Connection adapter (no behavior change) by @zifter in #59
- Support the official clickhouse-connect driver (#56) by @zifter in #62
- README polish: tighter above-the-fold, fixed PyPI badge, social preview by @zifter in #63
- Bundle both drivers in the Docker image and GitHub Action by @zifter in #64
New Contributors
- @UnoYakshi made their first contribution in #47
Full Changelog: v0.11.0...v0.12.0