- fix: removed `silent_create_dirs`, `silent_remove`, `switch_extension` - fix: running apps using `PrettyFormatter` inside of Docker containers caused random warning "not a TTY" messages even though no log coloring was configured - build: integrated `ruff` - removed `marshmallow` as dependency
0.8.4
- fix: don't rely on json to be able to encode SQL parameters
0.8.3
- build: added GitHub action for publishing releases to PyPi
0.8.2
- feat: prettier format for multiline SQL in SQLFilter
0.8.1
- feat: SQLFiler can now sometimes print real SQL instead of query string + params
0.8.0
- feat: replaced logging formatters with `PrettyFormatter` - feat: added `next_working_day()` - feat: replaced dateutil timezones with `zoneinfo` - chore: added some `typing` annotations