From 2b34ad895c9ffc511eae2368b96d7538d7cfc58b Mon Sep 17 00:00:00 2001 From: C4 <29991504+TheIllusiveC4@users.noreply.github.com> Date: Tue, 26 Dec 2023 14:05:01 -0800 Subject: [PATCH] 5.4.7 --- CHANGELOG_LATEST.md | 7 +++---- docs/CHANGELOG.md | 5 +++++ gradle.properties | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 2e8ef9b8..e2cb7318 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -3,8 +3,7 @@ Prior to version 5.2.0, this project used [Forge Recommended Versioning](https:/ This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). -## [5.4.6+1.20.1] - 2023.12.15 -### Changed -- NBT predicates and certain inventory checks will now include Curios items automatically [#357](https://github.com/TheIllusiveC4/Curios/issues/357) +## [5.4.7+1.20.1] - 2023.12.25 ### Fixed -- Fixed NPE crashes if a mod tries to get the Curios inventory from a `null` entity [#358](https://github.com/TheIllusiveC4/Curios/issues/358) +- Fixed validity checks not working in some cases +- Fixed `CurioUnequipEvent` not firing when swapping items from use diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 67f56195..74eaf33d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this projected used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). +## [5.4.7+1.20.1] - 2023.12.25 +### Fixed +- Fixed validity checks not working in some cases +- Fixed `CurioUnequipEvent` not firing when swapping items from use + ## [5.4.6+1.20.1] - 2023.12.15 ### Changed - NBT predicates and certain inventory checks will now include Curios items automatically [#357](https://github.com/TheIllusiveC4/Curios/issues/357) diff --git a/gradle.properties b/gradle.properties index 7d47bb7c..d9fed39c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.daemon=false # Mod mod_name=Curios -mod_version=5.4.6+1.20.1 +mod_version=5.4.7+1.20.1 mod_group=top.theillusivec4.curios mod_id=curios mod_author=C4