* [FIX] pin python-tabulate to <0.8.6 for Python 3.4 or less * [FIX] pin Click to <8.0 only for Python 3.5 or less
1.4.2
* [FIX] fix auto_increment * [CHORE] add DECIMAL test * [FIX] pin Click to <8.0
1.4.1
* [FIX] pin mysql-connector-python to <8.0.24 for Python 3.5 or lower
1.4.0
* [FEAT] add password prompt. This changes the default behavior of -p * [FEAT] add option to disable MySQL connection encryption * [FEAT] add progress bar * [FEAT] implement feature to transport custom data types as strings * [FIX] require sqlalchemy <1.4.0 to make compatible with sqlalchemy-utils * [CHORE] fix CI tests
1.3.12
* [FIX] handle duplicate indices * [CHORE] transition from Travis CI to GitHub Actions