aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle.kts2
-rw-r--r--changelogs/3.0.0-beta.7+1.20.md6
2 files changed, 7 insertions, 1 deletions
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.