Skip to content

3.2.2

Compare
Choose a tag to compare
@adoble adoble released this 11 Jan 14:31
· 93 commits to main since this release

Release 3.2.2 covers a number of fixes.

Added

  • CI build now done with GitHub actions

Changed

  • The default git and GitHub branch is now named main.
  • Upgraded to use Java 17.
  • Upgraded to use version 8.2 of Gradle.
  • Removed deprecated Java methods.

Fixed

  • Fixed issue 48.
  • Partial Fix issue 47. The help documentation has been corrected so that modification of superseded ADRs is not implied. (thanks cloudbackenddev for pointing this out). The main issue - editing superceded ADRs to reflect their new status - has not been corrected.
  • Fixed issue 46 by providing some basic documentation of the adr.properties file (thanks Sebastian Davis for raising this).
  • Fixed issue 43 allowing a user to add other files and directories in the same directory as the ADRs (thanks maxandersen for pointing this out). The behavior is now that files and directories that are not "well formed" ADRs are ignored.
  • Fixed issue #39 in handling reverse links with ASCIIDOC templates (thanks Torsten Keiber)
  • Fixed issue #37.
  • Fixed issue #42. ADR 2 now superseded by ADR 8.
  • Fixed issue #41. ADR 4 now superseded by ADR 9. Readme updated.