From c3042f681b8ea12d3b8ddfc4a45c10e643437da4 Mon Sep 17 00:00:00 2001 From: isXander Date: Sun, 4 Jun 2023 16:29:41 +0100 Subject: bump version + changelog --- build.gradle.kts | 2 +- changelogs/3.0.0-beta.7+1.20.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 changelogs/3.0.0-beta.7+1.20.md diff --git a/build.gradle.kts b/build.gradle.kts index c745730..f935c74 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ architectury { minecraft = libs.versions.minecraft.get() } -version = "3.0.0-beta.6+1.20" +version = "3.0.0-beta.7+1.20" val isBeta = "beta" in version.toString() val changelogText = rootProject.file("changelogs/${project.version}.md").takeIf { it.exists() }?.readText() ?: "No changelog provided." diff --git a/changelogs/3.0.0-beta.7+1.20.md b/changelogs/3.0.0-beta.7+1.20.md new file mode 100644 index 0000000..da49ab6 --- /dev/null +++ b/changelogs/3.0.0-beta.7+1.20.md @@ -0,0 +1,6 @@ +# YetAnotherConfigLib 3.0.0-beta.7+1.20 + +This version adds no features, nor bug fixes, instead it implements a breaking change: + +**The YACL package has changed** to `dev.isxander.yacl3` and **the YACL mod-id has changed** to `yet_another_config_lib_3`. +This is to prevent conflicts with 2.0, so you can load both versions at the same time so older mods don't break. -- cgit