diff options
author | isXander <xandersmith2008@gmail.com> | 2023-06-04 16:29:41 +0100 |
---|---|---|
committer | isXander <xandersmith2008@gmail.com> | 2023-06-04 16:29:41 +0100 |
commit | c3042f681b8ea12d3b8ddfc4a45c10e643437da4 (patch) | |
tree | 9d6761d637406ec82b4f82539b46e30a0913af24 | |
parent | 3e36feeef60e56ef8cb7f737ac8eeab9fbcd6abb (diff) | |
download | YetAnotherConfigLib-c3042f681b8ea12d3b8ddfc4a45c10e643437da4.tar.gz YetAnotherConfigLib-c3042f681b8ea12d3b8ddfc4a45c10e643437da4.tar.bz2 YetAnotherConfigLib-c3042f681b8ea12d3b8ddfc4a45c10e643437da4.zip |
bump version + changelog
-rw-r--r-- | build.gradle.kts | 2 | ||||
-rw-r--r-- | changelogs/3.0.0-beta.7+1.20.md | 6 |
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. |