Skip to content

Commit 3b7ad07

Browse files
committed
Version 5.013
1 parent dbc575d commit 3b7ad07

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

Changes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2025-08-03 Daniël van Eeden, DBI/DBD community (5.013)
2+
* Add security policy
3+
* Add support for JSON column in column_info()
4+
* CI: test against TiDB
5+
* CI: Test with MySQL 9.3
6+
* CI: Add testing against MariaDB server
7+
18
2025-04-11 Daniël van Eeden, DBI/DBD community (5.012)
29
* Fix tests failing on MariaDB
310
* Correct SQL_DRIVER_NAME

MANIFEST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ MANIFEST.SKIP
1212
myld
1313
mysql.xs
1414
README.md
15+
SECURITY.md
1516
socket.c
1617
t/00base.t
1718
t/01caching_sha2_prime.t

lib/DBD/mysql.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ our @ISA = qw(DynaLoader);
1313
# SQL_DRIVER_VER is formatted as dd.dd.dddd
1414
# for version 5.x please switch to 5.00(_00) version numbering
1515
# keep $VERSION in Bundle/DBD/mysql.pm in sync
16-
our $VERSION = '5.012';
16+
our $VERSION = '5.013';
1717

1818
bootstrap DBD::mysql $VERSION;
1919

0 commit comments

Comments
 (0)