Skip to content

Commit 738c8ce

Browse files
committed
🔖 release v2.5.1
# 2.5.1 * [FEAT] enhance table creation logic to handle default values and improve error handling
1 parent fc18a7e commit 738c8ce

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.5.1
2+
3+
* [FEAT] enhance table creation logic to handle default values and improve error handling
4+
15
# 2.5.0
26

37
* [FEAT] translate SQLite defaults to MySQL

src/sqlite3_to_mysql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Utility to transfer data from SQLite 3 to MySQL."""
22

3-
__version__ = "2.5.0"
3+
__version__ = "2.5.1"
44

55
from .transporter import SQLite3toMySQL

0 commit comments

Comments
 (0)