Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Feb 22:38
· 25 commits to main since this release
6252c80

2.0.0 (2024-02-23)

⚠ BREAKING CHANGES

  • minimal Java version is now set to v17

🌟 Features

  • migrate to Java 17 and drop compatibility with older Java versions (#31) (01d02d6)

πŸ› Bug Fixes

  • deps: update dependency org.slf4j:slf4j-api to v2.0.12 (#29) (642b94a)

πŸ—οΈ Build System

  • deps: lock file maintenance (#40) (3e725bc)
  • other: rewrite .editorconfig, .gitattributes & .gitignore files (#34) (ae97685)
  • packaging: deploy artifacts in Maven Central (#41) (445bfc5)
  • rework project completely (#36) (15d2b23)

πŸ“¦ Continuous Integration

  • github: adjust the issues/PRs templates (#33) (6075f2f)
  • release: create a dedicated Maven publish script for releasing (#42) (6252c80)
  • release: deactivate the CD pipeline (#35) (ba9be52)
  • renovate: rework the Renovate config (#32) (ab214bd)

πŸ“– Documentation

  • completely update and reorganize the project documentations (#30) (2e4635b)