Skip to content

Commit

Permalink
🔖 release v2.2.0
Browse files Browse the repository at this point in the history
# 2.2.0

* [FEAT] add --without-tables option
  • Loading branch information
techouse committed Jun 13, 2024
1 parent 435af97 commit 34c2445
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.2.0

* [FEAT] add --without-tables option

# 2.1.12

* [CHORE] update MySQL Connector/Python to 8.4.0
Expand Down
2 changes: 1 addition & 1 deletion src/mysql_to_sqlite3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Utility to transfer data from MySQL to SQLite 3."""

__version__ = "2.1.12"
__version__ = "2.2.0"

from .transporter import MySQLtoSQLite

0 comments on commit 34c2445

Please sign in to comment.