Skip to content

Commit 6e31d48

Browse files
committed
🔖 release v2.5.7
# 2.5.7 * [FIX] cast parsed SQL expressions to the correct type for type safety
1 parent de3a4d9 commit 6e31d48

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1+
# 2.5.7
2+
3+
* [FIX] cast parsed SQL expressions to the correct type for type safety
4+
15
# 2.5.6
26

37
* [FIX] improve typing compatibility by preserving transformed `sqlglot` expressions as typed MySQL/SQLite expressions
48
* [CHORE] refresh GitHub Actions workflow dependencies, including `actions/checkout` v6 and newer Docker actions
5-
* [CHORE] update documentation and packaging metadata by refreshing badge links, fixing the CodeQL badge, bumping Sphinx to 9.1.0, and adding `mariadb`/`database` keywords
9+
* [CHORE] update documentation and packaging metadata by refreshing badge links, fixing the CodeQL badge, bumping Sphinx
10+
to 9.1.0, and adding `mariadb`/`database` keywords
611
* [CHORE] update the LICENSE copyright year to 2026 and remove unnecessary blank lines for cleaner formatting
712

813
# 2.5.5

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.6"
3+
__version__ = "2.5.7"
44

55
from .transporter import SQLite3toMySQL

0 commit comments

Comments
 (0)