* [FIX] import MySQLConnectionAbstract instead of concrete implementations
2.0.2
* [FIX] properly import CMySQLConnection
2.0.1
* [FEAT] add support for MySQL character set introducers in DEFAULT clause
2.0.0
* [CHORE] drop support for Python 2.7, 3.5 and 3.6 * [CHORE] migrate pytest.ini configuration into pyproject.toml * [CHORE] migrate from setuptools to hatch / hatchling * [CHORE] update dependencies * [CHORE] add types * [CHORE] add types to tests * [CHORE] update dependencies * [CHORE] use f-strings where appropriate
1.4.18
* [CHORE] update dependencies * [CHORE] use [black](https://github.com/psf/black) and [isort](https://github.com/PyCQA/isort) in tox linters
1.4.17
* [CHORE] migrate from setup.py to pyproject.toml * [CHORE] update the publishing workflow