Skip to content

v2.5.2

Compare
Choose a tag to compare
@robertpanzer robertpanzer released this 08 Aug 11:12
· 251 commits to main since this release

This release brings the latest version of Asciidoctor, 2.0.16 and Asciidoctor PDF, 1.6.0.

Improvement:

  • Upgrade to asciidoctorj 2.0.16 (#1052)
  • Upgrade to asciidoctorj-pdf 1.6.0 (#1040)

Bug Fixes:

  • Avoid using of deprecated attributes toc2 and toc-placement.
    Deprecated Attributes.setTableOfContents2().
    Added new constants Placement.PREAMBLE and Placement.MACRO as parameters for Attributes.setTableOfConstants(). (@abelsromero) (#1037)

Build Improvement:

  • Use JavaCompile options.release instead of sourceCompatibility and targetCompatibility to target Java 8 (#1042)
  • Upgrade nexus publishing and staging to new gradle-nexus.publish-plugin (#1043)
  • Upgrade remaining dependency on junit 4.12 to 4.13.2 (#1044)

Release Meta

Released on: 2021-08-08
Released by: @robertpanzer