Skip to content

Choose a tag to compare

@carlosame carlosame released this 08 Jun 18:47
· 10 commits to master since this release
v3.7
  • Add unwrite() and getLastChar() to SimpleWriter which now extends Appendable.
  • Tests: convert the tests to JUnit 5.
  • Use diamond operator.
  • Default to Linux line endings for source files.
  • Update README and RELEASE_HOWTO.
  • Compile for --release 8.
  • Upgrade JUnit to 5.13.1.
  • Gradle: use a different line conversion procedure to avoid Git glitches.
  • Gradle: switch to gradle/actions/wrapper-validation.
  • Add scm section to Maven POM data.
  • Enable dependabot for Github actions.
  • Upgrade to actions/checkout@v4.
  • Upgrade to actions/setup-java v4.
  • Bump github/codeql-action from 2 to 3.
  • Upgrade Gradle wrapper to 8.14.1.
  • Bump year to 2025 in copyrights.
  • Run CI with Java 11 and 21.