Skip to content

Commit ce98a78

Browse files
committed
bump version + changelog
1 parent 30f7c8f commit ce98a78

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ architectury {
1212
minecraft = libs.versions.minecraft.get()
1313
}
1414

15-
version = "3.0.0-beta.1+1.19.4"
15+
version = "3.0.0-beta.2+1.19.4"
1616

1717
val isBeta = "beta" in version.toString()
1818
val changelogText = rootProject.file("changelogs/${project.version}.md").takeIf { it.exists() }?.readText() ?: "No changelog provided."

changelogs/3.0.0-beta.2+1.19.4.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# YetAnotherConfigLib 3.0.0-beta.2+1.19.4
2+
3+
This version adds no features, nor bug fixes, instead it implements a breaking change:
4+
5+
**The YACL package has changed** to `dev.isxander.yacl3` and **the YACL mod-id has changed** to `yet_another_config_lib_v3`.
6+
This is to prevent conflicts with 2.0, so you can load both versions at the same time so older mods don't break.

0 commit comments

Comments
 (0)