File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) ,
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## v2.0.2 - 2026-04-22
9+
10+ ### Maintenance
11+
12+ - Update dependency com.mysql: mysql-connector-j to v9.7.0 ([ ` 05dd012 ` ] ( https://github.com/xpdustry/sql4md/commit/05dd012832b7a3290f84298fb833d42d1327683f ) )
13+ - Update dependency org.xerial: sqlite-jdbc to v3.53.0.0 ([ ` 1e1424e ` ] ( https://github.com/xpdustry/sql4md/commit/1e1424e3a2e91144eed4e7821c82a2d388753539 ) )
14+ - Update dependency org.mariadb.jdbc: mariadb-java-client to v3.5.8 ([ ` 1704d15 ` ] ( https://github.com/xpdustry/sql4md/commit/1704d154dd45befa85de87cef5298f9e15e1c78a ) )
15+ - Update dependency org.postgresql: postgresql to v42.7.10 ([ ` 7db0856 ` ] ( https://github.com/xpdustry/sql4md/commit/7db0856094739e383514eedc0d8f7e5ad8967a46 ) )
16+
817## v2.0.1 - 2026-02-09
918
1019### Bugfixes
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
1313 id(" com.xpdustry.toxopid" ) version " 4.2.0"
1414}
1515
16- version = " 2.0.2 " + if (findProperty(" release" ).toString().toBoolean()) " " else " -SNAPSHOT"
16+ version = " 2.0.3 " + if (findProperty(" release" ).toString().toBoolean()) " " else " -SNAPSHOT"
1717group = " com.xpdustry"
1818description = " A collection of plugins providing SQL drivers for other plugins."
1919
You can’t perform that action at this time.
0 commit comments