From 40a6a09c1698d906985c7c6db819ae5458c6b118 Mon Sep 17 00:00:00 2001 From: Relentless Date: Fri, 10 Mar 2023 16:17:52 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 10 ++++++++++ gradle.properties | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77a41f5..607b5b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.3.6] - 2023-03-10 + +### Changed +- decent performance improvements ([#35]) + - depending on the amount of recipes, this can improve the load times by around 50-70% + + +[#35]: https://github.com/AlmostReliable/almostunified/pull/35 + ## [0.3.5] - 2023-02-08 ### Fixed @@ -269,6 +278,7 @@ Initial 1.19 release! [semantic versioning]: https://semver.org/spec/v2.0.0.html +[0.3.6]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.2-0.3.6-beta [0.3.5]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.2-0.3.5-beta [0.3.4]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.3.4-beta [0.3.3]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.3.3-beta diff --git a/gradle.properties b/gradle.properties index 38f0d72..eb9c245 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ junitVersion = 5.9.0 minecraftVersion = 1.19.2 # Mod -modVersion = 0.3.5 +modVersion = 0.3.6 modPackage = com.almostreliable.unified modId = almostunified modName = AlmostUnified