Skip to content

Commit 0d9e1f2

Browse files
committed
Update changelog and bump version.
1 parent f6ebdaf commit 0d9e1f2

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ group = org.quiltmc
55
description = The mod loading component of Quilt
66
url = https://github.com/quiltmc/quilt-loader
77
# Don't forget to change this in QuiltLoaderImpl as well
8-
quilt_loader = 0.29.2-beta.6
8+
quilt_loader = 0.29.2
99

1010
# Fabric & Quilt Libraries
1111
asm = 9.8

src/main/java/org/quiltmc/loader/impl/QuiltLoaderImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public final class QuiltLoaderImpl {
131131

132132
public static final int ASM_VERSION = Opcodes.ASM9;
133133

134-
public static final String VERSION = "0.29.2-beta.6";
134+
public static final String VERSION = "0.29.2";
135135
public static final String MOD_ID = "quilt_loader";
136136
public static final String DEFAULT_MODS_DIR = "mods";
137137
public static final String DEFAULT_CACHE_DIR = ".cache";

src/main/resources/changelog/0.29.2.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Bug Fixes:
22

33
- [#474] Fixed ReflectiveFixUtil crashing with certain method descriptors
4+
- [#477] Fixed FabricLoaderImpl not returning the same object for mods, which fixes a crash with PuzzleLib
45

56
Changes from updating Fabric Loader from 0.16.14 to 0.17.2:
67

0 commit comments

Comments
 (0)