Added
- Added a new compact syntax for column strategy `literal`. Surrounding your value in parentheses `()` will select the literal strategy.
- Added new cli option `--only-step` to select a step to run. Useful for running anonymization routines without having to use start-at and stop-at simultaneously. e.g. `--only-step ANONYMIZE_DB`.
Changed
- Improvements to mssql driver auto-selection process, to attempt to select a more recent driver by default.
Fixed
- Fixed a bug where on a system with no ODBC drivers, an incorrect error would be thrown.