From b7529d42d1bfd63c4a5f26b13d55d3631fb110b1 Mon Sep 17 00:00:00 2001 From: Rongmario Date: Fri, 20 Sep 2024 11:54:44 +0100 Subject: [PATCH] Bump to 9.4 --- CHANGELOG.md | 14 ++++++++++++++ README.md | 8 ++++---- gradle.properties | 2 +- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5563e25..a307c7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [9.4] - 2024-09-20 + +### Changed +- Updated UniMix +- Enable `comformVisibility` to `true` by default - thanks to jbredwards + +### Fixed +- Compatibility with older ASM libraries - thanks to HowardZHY + +## [9.3] - 2024-08-18 + +### Changed +- Updated MixinExtras to 0.3.6 + ## [9.2] - 2024-08-08 ### Changed diff --git a/README.md b/README.md index 748dc15..c365fb3 100644 --- a/README.md +++ b/README.md @@ -24,16 +24,16 @@ dependencies { annotationProcessor 'com.google.code.gson:gson:2.8.9' // ForgeGradle: - implementation ('zone.rong:mixinbooter:9.3') { + implementation ('zone.rong:mixinbooter:9.4') { transitive = false } - annotationProcessor ('zone.rong:mixinbooter:9.3') { + annotationProcessor ('zone.rong:mixinbooter:9.4') { transitive = false } // RetroFuturaGradle: - String mixinBooter = modUtils.enableMixins('zone.rong:mixinbooter:9.3') - // modUtils.enableMixins('zone.rong:mixinbooter:9.3', 'mod_id.mixins.refmap.json') << add refmap name as 2nd arg (optional) + String mixinBooter = modUtils.enableMixins('zone.rong:mixinbooter:9.4') + // modUtils.enableMixins('zone.rong:mixinbooter:9.4', 'mod_id.mixins.refmap.json') << add refmap name as 2nd arg (optional) api (mixinBooter) { transitive = false } diff --git a/gradle.properties b/gradle.properties index a1cebe0..4c7706d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.jvmargs=-Xmx3G -mod_version=9.3 +mod_version=9.4 mod_name=MixinBooter version_type=release \ No newline at end of file