Skip to content

Commit bf3cea8

Browse files
chore(release): Post v2.0.1 changes
1 parent 69e3980 commit bf3cea8

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/),
66
and 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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
1717
group = "com.xpdustry"
1818
description = "A collection of plugins providing SQL drivers for other plugins."
1919

0 commit comments

Comments
 (0)