diff --git a/CHANGELOG.md b/CHANGELOG.md index e0e21c56..d1ff851c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,17 +5,19 @@ 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]. -## [X.X.X] - 2023-XX-XX +## [0.5.0] - 2023-06-14 ### Added -- repair unification for `TieredItems` (tools) and `ArmorItems` +- repair unification for `TieredItems` (tools) and `ArmorItems` ([#53]) - supports vanilla Anvil - works for all mods as long as they properly call the super method - simplified Chinese translation ([#49]) +- shaped recipe type from Cucumber lib for Fabric to ignored types ([#52]) [#49]: https://github.com/AlmostReliable/almostunified/issues/49 -[#49]: https://github.com/AlmostReliable/almostunified/issues/53 +[#52]: https://github.com/AlmostReliable/almostunified/pull/52 +[#53]: https://github.com/AlmostReliable/almostunified/issues/53 ## [0.4.4] - 2023-05-04 @@ -366,6 +368,7 @@ Initial 1.19 release! [semantic versioning]: https://semver.org/spec/v2.0.0.html +[0.5.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.2-0.5.0-beta [0.4.4]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.2-0.4.4-beta [0.4.3]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.2-0.4.3-beta [0.4.2]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.2-0.4.2-beta diff --git a/gradle.properties b/gradle.properties index 24a1a40d..86d886c5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ junitVersion = 5.9.0 minecraftVersion = 1.19.2 # Mod -modVersion = 0.4.4 +modVersion = 0.5.0 modPackage = com.almostreliable.unified modId = almostunified modName = AlmostUnified