From 34d200429bb8ee5bd5458c7108aff68fb860c01f Mon Sep 17 00:00:00 2001 From: Henry Lin Date: Mon, 27 May 2024 12:02:46 +0800 Subject: [PATCH] Bump version to 1.5.2 and update changelog --- CHANGELOG.md | 7 +++++++ README.md | 6 +++++- gradle.properties | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3df9c6b..6dd0b59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.5.2 - 2024-05-27 [Fabric only] + +### Changed + +- Removed Porting Lib base module because Create Fabric already has it +- Use API provided by Forge Config API Port for command enum arguments in 1.19 or below + ## 1.5.1 - 2024-05-26 [Fabric only] ### Changed diff --git a/README.md b/README.md index 6c9f51e..627a69f 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,16 @@ A Create mod add-on adding immersive andesite and brass chunk loaders to Minecra > **Looking for the [Forge version of Create: Power Loader](https://modrinth.com/mod/create-power-loader)?** -## What's new in 1.5.1 +## What's new in 1.5.0+ **Chunk loading fix** A bug in Porting Lib has been fixed. Chunk loading across dimensions is now reliable again. +**Optimized dependencies** + +The jar size of Power Loader is small because unnecessary modules have been removed. + ## Features > Check out the [Wiki](https://github.com/hlysine/create_power_loader/wiki) for more info! diff --git a/gradle.properties b/gradle.properties index 3b02bc5..e6d6e0b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -47,7 +47,7 @@ mod_name=Create: Power Loader # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=MIT # The mod version. See https://semver.org/ -mod_version=1.5.1-mc1.20.1-fabric +mod_version=1.5.2-mc1.20.1-fabric # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. # This should match the base package used for the mod sources. # See https://maven.apache.org/guides/mini/guide-naming-conventions.html