Skip to content

Commit

Permalink
changelog and version bump for 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Nov 8, 2024
1 parent 8740a14 commit 70dfab3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,3 +306,11 @@ But honey, I know you're just here to see if you can remove the ASM snapshot rep
- updated dependencies
- asm: `9.8-SNAPSHOT` -> `9.7.1`
- you can now remove the ASM snapshot repo from your buildscript when depending on enigma through maven/gradle!

# 2.5.2

In our bugfix era.

- fixed stability issues introduced with the new validation on parameter indices
- added missing translations for library indexing
- fixed entry navigator pointing to negative entry indices after renaming items (thanks [pitheguy](https://github.com/PiTheGuy)!)
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ subprojects {
}

group = 'org.quiltmc'
version = '2.5.1'
version = '2.5.2'

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

0 comments on commit 70dfab3

Please sign in to comment.