Skip to content

Commit

Permalink
changelog and bump for 3.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Nov 4, 2024
1 parent 5edda94 commit fc62261
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@

- V2 reader now checks the version header for validity
- added more testing for V2 reader

# 3.0.10

- fixed `DataDrivenConstantMapper` consuming the version header before parsing the definitions
- this would cause a crash when using `DataDrivenConstantMapper` and V2 data!
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ allprojects {
group = 'org.quiltmc.unpick'

def ENV = System.getenv()
version = "3.0.9" + (ENV.SNAPSHOTS_URL ? "-SNAPSHOT" : "")
version = "3.0.10" + (ENV.SNAPSHOTS_URL ? "-SNAPSHOT" : "")
version = version + (ENV.GITHUB_ACTIONS ? "" : "+local")

repositories {
Expand Down

0 comments on commit fc62261

Please sign in to comment.