Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

52 lines (35 loc) · 1.17 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Changed

  • Upgraded runtime dependencies:
    • asm from 9.7 -> 9.7.1

[2.0.2] - 2024-09-07

Changed

  • Upgraded runtime dependencies:
    • asm from 9.5 -> 9.7
    • maven-plugin-annotations 3.9.0 -> 3.15.0
    • maven-plugin-plugin 3.9.0 -> 3.15.0
    • jstuff-xml 5.14.3 -> 7.6.0

[2.0.1] - 2023-06-23

Changed

  • Upgraded runtime dependencies:
    • asm from 9.1 -> 9.5
    • maven-plugin-annotations 3.6.0 -> 3.9.0
    • maven-plugin-plugin 3.6.0 -> 3.9.0
    • jstuff-xml 7.6.0 -> 7.14.0

[2.0.0] - 2022-06-21

Changed

  • Minimum required JDK version changed from 8 to 11
  • Minimum required Maven version changed from 3.5.1 to 3.6.3
  • Change scope of maven plugin dependencies to provided
  • Upgraded dependencies:
    • asm 9.1 -> 9.3
    • jstuff-xml 5.14.3 -> 6.0.0
    • maven-plugin-annotations 3.6.0 -> 3.6.4
    • maven-plugin-plugin 3.6.0 -> 3.6.4

[1.0.0] - 2021-03-13

Added

  • Initial public release