Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

<!-- CHANGELOG_INSERT -->

## Version 1.4.3 (2026-07-01)

* Update plugin spotless to v8.8.0 ([#157](https://github.com/LikeTheSalad/asmifier/pull/157))
* Update dependency org.junit:junit-bom to v6.1.1 ([#156](https://github.com/LikeTheSalad/asmifier/pull/156))
* Update Gradle to v9.6.1 ([#155](https://github.com/LikeTheSalad/asmifier/pull/155))
* Update Gradle to v9.6.0 ([#154](https://github.com/LikeTheSalad/asmifier/pull/154))
* Update dependency com.uber.nullaway:nullaway to v0.13.7 ([#153](https://github.com/LikeTheSalad/asmifier/pull/153))
* Update plugin spotless to v8.7.0 ([#152](https://github.com/LikeTheSalad/asmifier/pull/152))
* Update error-prone monorepo to v2.50.0 ([#151](https://github.com/LikeTheSalad/asmifier/pull/151))
* Update dependency com.uber.nullaway:nullaway to v0.13.6 ([#150](https://github.com/LikeTheSalad/asmifier/pull/150))
* Update dependency com.uber.nullaway:nullaway to v0.13.5 ([#149](https://github.com/LikeTheSalad/asmifier/pull/149))

## Version 1.4.2 (2026-06-01)

* Update plugin spotless to v8.6.0 ([#146](https://github.com/LikeTheSalad/asmifier/pull/146))
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
description=Convert Java code to ASM instructions
group=com.likethesalad.asm
org.gradle.jvmargs=-Xmx1024M
version=1.4.2
version=1.4.3
Loading