Skip to content

Commit 53dfc1f

Browse files
committed
🔖 release v2.5.2
# 2.5.2 * [FEAT] transfer SQLite views as MySQL native views * [CHORE] improve type and default value translation logic * [CHORE] add Python 3.14 support
1 parent 8aa8477 commit 53dfc1f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2.5.2
2+
3+
* [FEAT] transfer SQLite views as MySQL native views
4+
* [CHORE] improve type and default value translation logic
5+
* [CHORE] add Python 3.14 support
6+
17
# 2.5.1
28

39
* [FEAT] enhance table creation logic to handle default values and improve error handling

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.1"
3+
__version__ = "2.5.2"
44

55
from .transporter import SQLite3toMySQL

0 commit comments

Comments
 (0)