Skip to content

Commit

Permalink
version bump and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Jan 10, 2025
1 parent 3a719a1 commit 7c3c779
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,3 +346,9 @@ The latest release of everyone's favourite program features major upgrades to bo
- these are a simple way to read mappings!
- added extensive class-level javadoc for `TypeDescriptor`
- fixed `dropInvalidMappings` taking two runs to successfully drop all invalid/empty mappings in some cases

# 2.6.1

day two bugfix release for my all name proposal girlies out there in the world

- fix an NPE that could occur when proposing a null mapping
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.6.0'
version = '2.6.1'

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

0 comments on commit 7c3c779

Please sign in to comment.