From eba5be30905b99e885c604db8259a72368b6822a Mon Sep 17 00:00:00 2001 From: Relentless Date: Sat, 23 Sep 2023 19:00:32 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 24 ++++++++++++++++++++++++ gradle.properties | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44b015d..04f6902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. +## [0.7.0] - 2023-09-23 + +### Warning +This update features a new config option inside the `unify.json`.
+Since it is a top-level option, this won't reset your config and all other options should +be preserved. However, an automatic backup will be created in case something goes wrong. + +### Added +- added the ability to add items to existing or new tags + - this allows you to alter tags without the requirement of using other tools such as KubeJS, CraftTweaker or datapacks + - you can read more about it in the [wiki][custom-tags] +- added unification support for the Fabric NBT ingredient +- added the `AlmostUnified` KubeJS binding, info about that can be found in the [wiki][kubejs-binding] +- added support for EnderIO +- added support for GregTech Modern + +### Removed +- removed the unnecessary mixin plugin + + +[custom-tags]: https://github.com/AlmostReliable/almostunified/wiki/Unification-Config#custom-tags +[kubejs-binding]: https://github.com/AlmostReliable/almostunified/wiki/KubeJS + ## [0.6.0] - 2023-08-10 ### Warning @@ -44,5 +67,6 @@ Initial 1.20.1 release! [semantic versioning]: https://semver.org/spec/v2.0.0.html +[0.7.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.7.0-beta [0.6.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.6.0-beta [0.5.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.5.0-beta diff --git a/gradle.properties b/gradle.properties index cec89d6..609f5d4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ enableAccessWidener = false minecraftVersion = 1.20.1 # Mod -modVersion = 0.6.0 +modVersion = 0.7.0 modPackage = com.almostreliable.unified modId = almostunified modName = AlmostUnified