We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c619c commit ce43a0fCopy full SHA for ce43a0f
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 2.2.0
2
+
3
+* [FEAT] add `--mysql-skip-create-tables` and `--mysql-skip-transfer-data` options
4
+* [FIX] fix default parameter parsing
5
+* [CHORE] update Sphinx documentation
6
7
# 2.1.10
8
9
* [CHORE] add Sphinx documentation
src/sqlite3_to_mysql/__init__.py
@@ -1,5 +1,5 @@
"""Utility to transfer data from SQLite 3 to MySQL."""
-__version__ = "2.1.10"
+__version__ = "2.2.0"
from .transporter import SQLite3toMySQL
0 commit comments