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,12 @@ 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.1 - 2026-02-09
9+
10+ ### Bugfixes
11+
12+ - sqlite no longer has a hard dependency on slf4md ([ ` 69e3980 ` ] ( https://github.com/xpdustry/sql4md/commit/69e398078b4f13c483737d8ccddf8b4e0e148db3 ) )
13+
814## v2.0.0 - 2026-02-06
915
1016### Changes & New features
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.1 " + if (findProperty(" release" ).toString().toBoolean()) " " else " -SNAPSHOT"
16+ version = " 2.0.2 " + 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