Skip to content

v0.12.0

Latest

Choose a tag to compare

@zifter zifter released this 02 Jul 11:28
199bef9

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 status subcommand (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

Full Changelog: v0.11.0...v0.12.0