Skip to content

Commit

Permalink
🔖 release/v2.3.0
Browse files Browse the repository at this point in the history
# 2.3.0

* [FEAT] add MySQL 8.4 and MariaDB 11.4 support
  • Loading branch information
techouse committed Jul 30, 2024
1 parent 17989ff commit 75bca3f
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.3.0

* [FEAT] add MySQL 8.4 and MariaDB 11.4 support

# 2.2.2

* [FIX] use `dateutil.parse` to parse SQLite dates
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.2.2"
__version__ = "2.3.0"

from .transporter import MySQLtoSQLite

0 comments on commit 75bca3f

Please sign in to comment.