Skip to content

Commit d396f20

Browse files
committed
🔖 release v2.6.0
# 2.6.0 * [FEAT] Add MySQL SSL certificate options: `--mysql-ssl-ca`, `--mysql-ssl-cert`, `--mysql-ssl-key` * [TEST] close DockerClient instances in test fixtures
1 parent be06ede commit d396f20

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.6.0
2+
3+
* [FEAT] Add MySQL SSL certificate options: `--mysql-ssl-ca`, `--mysql-ssl-cert`, `--mysql-ssl-key`
4+
* [TEST] close DockerClient instances in test fixtures
5+
16
# 2.5.7
27

38
* [CHORE] pin sqlglot to >=30.0.0,<31.0.0

src/mysql_to_sqlite3/__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 MySQL to SQLite 3."""
22

3-
__version__ = "2.5.7"
3+
__version__ = "2.6.0"
44

55
from .transporter import MySQLtoSQLite

0 commit comments

Comments
 (0)