From d250e484478aa953abb26c92a3c4b9e94ef01023 Mon Sep 17 00:00:00 2001 From: Henry Lin Date: Sun, 26 May 2024 22:31:48 +0800 Subject: [PATCH] Bump version to 1.5.1 and update changelog --- CHANGELOG.md | 10 ++++++++++ gradle.properties | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a006037..3df9c6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.1 - 2024-05-26 [Fabric only] + +### Changed + +- Removed unnecessary Porting Lib modules to reduce jar size + +### Fixed + +- A bug in Porting Lib that prevents cross-dimensional chunk loading + ## 1.5.0 - 2024-05-21 ### Fixed diff --git a/gradle.properties b/gradle.properties index 182eef1..22c7498 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.0-mc1.20.1-fabric +mod_version=1.5.1-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