Skip to content

Commit 76058e6

Browse files
committed
bump verison + create changelog
1 parent 575d6f0 commit 76058e6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id("org.ajoberstar.grgit") version "5.3.2"
66
}
77

8-
val debugifyVersion = "1.0"
8+
val debugifyVersion = "1.1"
99

1010
modstitch {
1111
minecraftVersion = "1.21.10"

changelogs/1.21.10/1.21.10+1.1.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Debugify 1.21.10+1.1
2+
3+
## Changes
4+
5+
- Fix crash with Controlify installed
6+
- The fix for MC-59810 was failing. This was not caught in testing because the fix applies specifically for macOS.
7+
- Attempted mixin failure recoveries are now logged within crash reports, like they are in latest.log

0 commit comments

Comments
 (0)