Skip to content

Commit 17142a4

Browse files
committed
changelog and version bump for 2.7.1
1 parent a27d96c commit 17142a4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,3 +480,9 @@ Blood, sweat, refactors, enhancements, tears, unit tests, bugfixes, blood, and m
480480
- all nullability annotations have been moved away from `javax` to use jspecify
481481
- new: `javaparser`: `3.27.0`
482482
- required for supporting navigation to lambdas and static init
483+
484+
# 2.7.1
485+
486+
VINEFLOWERRRRRRRRRR
487+
488+
- downgrade vineflower to 1.11.1 to fix issues with decompilation ([#341](https://github.com/QuiltMC/enigma/pull/341))

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ subprojects {
3333

3434
group = 'org.quiltmc'
3535
// When bumping version, remember to update the int constants in Enigma!
36-
version = '2.7.0'
36+
version = '2.7.1'
3737

3838
var ENV = System.getenv()
3939
version = version + (ENV.GITHUB_ACTIONS ? (ENV.SNAPSHOTS_URL ? "-SNAPSHOT" : "") : "+local")

enigma/src/main/java/org/quiltmc/enigma/api/Enigma.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public class Enigma {
9797
* {@link EnigmaPlugin#supportsEnigmaVersion(Version)} implementations,
9898
* allowing plugins to 'remember' the version of Enigma they were built with.
9999
*/
100-
public static final int PATCH_VERSION = 0;
100+
public static final int PATCH_VERSION = 1;
101101

102102
private static final Version CURRENT_VERSION = new Version(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION);
103103

0 commit comments

Comments
 (0)