Releases: techouse/sqlite3-to-mysql
Releases · techouse/sqlite3-to-mysql
2.1.3
2.1.2
2.1.1
- [CHORE] add support for Python 3.12
- [CHORE] bump minimum version of MySQL Connector/Python to 8.2.0
2.1.1
2.1.1
- [CHORE] add support for Python 3.12
- [CHORE] bump minimum version of MySQL Connector/Python to 8.2.0
v2.1.0
2.0.3
2.0.3
- [FIX] prevent AUTO_INCREMENT-ing fields from having a DEFAULT value
2.0.2
2.0.1
2.0.0
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] add types
- [CHORE] add types to tests
- [CHORE] update dependencies
- [CHORE] use f-strings where appropriate