Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGlitch76 committed May 19, 2024
1 parent eb6599a commit e207307
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ group = org.quiltmc
description = The mod loading component of Quilt
url = https://github.com/quiltmc/quilt-loader
# Don't forget to change this in QuiltLoaderImpl as well
quilt_loader = 0.26.0-beta.1
quilt_loader = 0.26.0-beta.2

# Fabric & Quilt Libraries
asm = 9.6
Expand All @@ -24,7 +24,7 @@ quilt_chasm = 0.1.0-20230126.045734-27
night_config = 3.6.6
annotations = 24.0.1
junit_bom = 5.9.3
proguard_gradle = 7.3.2
proguard_gradle = 7.4.2
github_api = 1.315
flexver = 1.1.0
mixin_extras = 0.3.5
2 changes: 1 addition & 1 deletion src/main/java/org/quiltmc/loader/impl/QuiltLoaderImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public final class QuiltLoaderImpl {

public static final int ASM_VERSION = Opcodes.ASM9;

public static final String VERSION = "0.26.0-beta.1";
public static final String VERSION = "0.26.0-beta.2";
public static final String MOD_ID = "quilt_loader";
public static final String DEFAULT_MODS_DIR = "mods";
public static final String DEFAULT_CACHE_DIR = ".cache";
Expand Down
6 changes: 5 additions & 1 deletion src/main/resources/changelog/0.26.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ Features:
Bug Fixes:

- [#425] Fix version predicates like "2.x" not matching versions with a prerelease component, like "2.0.0-beta.1"
- [#429] Fix global cache being in the wrong location
- [#426] Preserve order of contributors in the quilt.mod.json
- [#427] Fix an edge case where the same person listed as author and contributor to a Fabric mod was listed twice in the Quilt contributors.

Changes from updating Fabric Loader from 0.15.7 to 0.15.10

Changes from updating Fabric Loader from 0.15.7 to 0.15.10:

- Updated Mixin to 0.13.3
- Added version parsing support for 24w14potato

0 comments on commit e207307

Please sign in to comment.