Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@jonbiemond jonbiemond released this 21 Aug 17:55

v0.4.0 (2024-08-21)

Chore

  • chore: migrate to uv

Use the shiny new uv package manager.
Refactor project structure to uv default. (ce4aa20)

  • chore: add binary extra to psycopg

In case the host does not already have the binary and libpq installed. (8065eea)

Ci

  • ci: migrate to uv

Replace references to Poetry with uv in CI config files. (db397cd)

Documentation

  • docs: migrate to uv

Replace references to Poetry with uv. (827fec7)

Feature

  • feat(cli): add echo flag to emit sql to stdout (bb942fe)

Fix

  • fix(cli): don't create db connection if help

Don't create a db connection if the help option is passed. This way connection parameters aren't required to see the help message for subcommands.

Closes #17 (75c4c23)