Skip to content

Releases: kirbylink/java-keep-a-changelog-updater

v2.0.3

31 Dec 23:42
Compare
Choose a tag to compare

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

v2.0.3 - 2025-01-01

Changed

  • Update Maven dependencies

v2.0.2 - 2024-12-01

Changed

  • Update Maven dependencies

v2.0.1 - 2024-11-29

Fixed

  • Add null check if breaking changes should be printed

v2.0.0 - 2024-11-06

Added

  • Support Security and Deprecated for conventional commits

Fixed

  • GitLogParser.splitGitLog() method and type detection fixed

BREAKING CHANGE: Conventional commits starting with fix(security) now
appear in the Security category instead of Fixed.

v1.2.0 - 2024-11-04

Added

  • Add Deprecated as additional Category
  • Add Security as additional Category

Fixed

  • An exception occurred during auto release without changes

v1.1.1 - 2024-11-01

Changed

  • Update Maven dependencies

v1.1.0 - 2024-10-21

Added

  • Auto-generated entries when using Conventional Commits

Changed

  • Update Maven dependencies

v1.0.1 - 2024-10-01

Changed

  • Update Maven dependencies

v1.0.0 - 2024-09-10

Added

  • Initial release of the Java Keep-A-Changelog Updater.
  • Automatic updating of CHANGELOG.md based on commit messages.
  • Command-line interface (CLI) for easy integration into CI/CD pipelines.
  • Ability to filter commits by type (e.g., feature, bugfix) and scope.
  • Detailed usage documentation and example configurations.
  • Support for semantic versioning.

v2.0.2

30 Nov 23:15
Compare
Choose a tag to compare

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

v2.0.2 - 2024-12-01

Changed

  • Update Maven dependencies

v2.0.1 - 2024-11-29

Fixed

  • Add null check if breaking changes should be printed

v2.0.0 - 2024-11-06

Added

  • Support Security and Deprecated for conventional commits

Fixed

  • GitLogParser.splitGitLog() method and type detection fixed

BREAKING CHANGE: Conventional commits starting with fix(security) now
appear in the Security category instead of Fixed.

v1.2.0 - 2024-11-04

Added

  • Add Deprecated as additional Category
  • Add Security as additional Category

Fixed

  • An exception occurred during auto release without changes

v1.1.1 - 2024-11-01

Changed

  • Update Maven dependencies

v1.1.0 - 2024-10-21

Added

  • Auto-generated entries when using Conventional Commits

Changed

  • Update Maven dependencies

v1.0.1 - 2024-10-01

Changed

  • Update Maven dependencies

v1.0.0 - 2024-09-10

Added

  • Initial release of the Java Keep-A-Changelog Updater.
  • Automatic updating of CHANGELOG.md based on commit messages.
  • Command-line interface (CLI) for easy integration into CI/CD pipelines.
  • Ability to filter commits by type (e.g., feature, bugfix) and scope.
  • Detailed usage documentation and example configurations.
  • Support for semantic versioning.

v2.0.1

29 Nov 11:08
Compare
Choose a tag to compare

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

v2.0.1 - 2024-11-29

Fixed

  • Add null check if breaking changes should be printed

v2.0.0 - 2024-11-06

Added

  • Support Security and Deprecated for conventional commits

Fixed

  • GitLogParser.splitGitLog() method and type detection fixed

BREAKING CHANGE: Conventional commits starting with fix(security) now
appear in the Security category instead of Fixed.

v1.2.0 - 2024-11-04

Added

  • Add Deprecated as additional Category
  • Add Security as additional Category

Fixed

  • An exception occurred during auto release without changes

v1.1.1 - 2024-11-01

Changed

  • Update Maven dependencies

v1.1.0 - 2024-10-21

Added

  • Auto-generated entries when using Conventional Commits

Changed

  • Update Maven dependencies

v1.0.1 - 2024-10-01

Changed

  • Update Maven dependencies

v1.0.0 - 2024-09-10

Added

  • Initial release of the Java Keep-A-Changelog Updater.
  • Automatic updating of CHANGELOG.md based on commit messages.
  • Command-line interface (CLI) for easy integration into CI/CD pipelines.
  • Ability to filter commits by type (e.g., feature, bugfix) and scope.
  • Detailed usage documentation and example configurations.
  • Support for semantic versioning.

v2.0.0

06 Nov 12:25
Compare
Choose a tag to compare

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

v2.0.0 - 2024-11-06

Added

  • Support Security and Deprecated for conventional commits

Fixed

  • GitLogParser.splitGitLog() method and type detection fixed

BREAKING CHANGE: Conventional commits starting with fix(security) now
appear in the Security category instead of Fixed.

v1.2.0 - 2024-11-04

Added

  • Add Deprecated as additional Category
  • Add Security as additional Category

Fixed

  • An exception occurred during auto release without changes

v1.1.1 - 2024-11-01

Changed

  • Update Maven dependencies

v1.1.0 - 2024-10-21

Added

  • Auto-generated entries when using Conventional Commits

Changed

  • Update Maven dependencies

v1.0.1 - 2024-10-01

Changed

  • Update Maven dependencies

v1.0.0 - 2024-09-10

Added

  • Initial release of the Java Keep-A-Changelog Updater.
  • Automatic updating of CHANGELOG.md based on commit messages.
  • Command-line interface (CLI) for easy integration into CI/CD pipelines.
  • Ability to filter commits by type (e.g., feature, bugfix) and scope.
  • Detailed usage documentation and example configurations.
  • Support for semantic versioning.

v1.2.0

04 Nov 21:07
Compare
Choose a tag to compare

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

v1.2.0 - 2024-11-04

Added

  • Add Deprecated as additional Category
  • Add Security as additional Category

Fixed

  • An exception occurred during auto release without changes

v1.1.1 - 2024-11-01

Changed

  • Update Maven dependencies

v1.1.0 - 2024-10-21

Added

  • Auto-generated entries when using Conventional Commits

Changed

  • Update Maven dependencies

v1.0.1 - 2024-10-01

Changed

  • Update Maven dependencies

v1.0.0 - 2024-09-10

Added

  • Initial release of the Java Keep-A-Changelog Updater.
  • Automatic updating of CHANGELOG.md based on commit messages.
  • Command-line interface (CLI) for easy integration into CI/CD pipelines.
  • Ability to filter commits by type (e.g., feature, bugfix) and scope.
  • Detailed usage documentation and example configurations.
  • Support for semantic versioning.

v1.1.1

01 Nov 09:40
Compare
Choose a tag to compare

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

v1.1.1 - 2024-11-01

Changed

  • Update Maven dependencies

v1.1.0 - 2024-10-21

Added

  • Auto-generated entries when using Conventional Commits

Changed

  • Update Maven dependencies

v1.0.1 - 2024-10-01

Changed

  • Update Maven dependencies

v1.0.0 - 2024-09-10

Added

  • Initial release of the Java Keep-A-Changelog Updater.
  • Automatic updating of CHANGELOG.md based on commit messages.
  • Command-line interface (CLI) for easy integration into CI/CD pipelines.
  • Ability to filter commits by type (e.g., feature, bugfix) and scope.
  • Detailed usage documentation and example configurations.
  • Support for semantic versioning.

v1.1.0

22 Oct 20:29
Compare
Choose a tag to compare

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

v1.1.0 - 2024-10-21

Added

  • Auto-generated entries when using Conventional Commits

Changed

  • Update Maven dependencies

v1.0.1 - 2024-10-01

Changed

  • Update Maven dependencies

v1.0.0 - 2024-09-10

Added

  • Initial release of the Java Keep-A-Changelog Updater.
  • Automatic updating of CHANGELOG.md based on commit messages.
  • Command-line interface (CLI) for easy integration into CI/CD pipelines.
  • Ability to filter commits by type (e.g., feature, bugfix) and scope.
  • Detailed usage documentation and example configurations.
  • Support for semantic versioning.

v1.0.1

01 Oct 19:06
Compare
Choose a tag to compare

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

v1.0.1 - 2024-10-01

Changed

  • Update Maven dependencies

v1.0.0 - 2024-09-10

Added

  • Initial release of the Java Keep-A-Changelog Updater.
  • Automatic updating of CHANGELOG.md based on commit messages.
  • Command-line interface (CLI) for easy integration into CI/CD pipelines.
  • Ability to filter commits by type (e.g., feature, bugfix) and scope.
  • Detailed usage documentation and example configurations.
  • Support for semantic versioning.

v1.0.0

10 Sep 20:46
Compare
Choose a tag to compare

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

v1.0.0 - 2024-09-10

Added

  • Initial release of the Java Keep-A-Changelog Updater.
  • Automatic updating of CHANGELOG.md based on commit messages.
  • Command-line interface (CLI) for easy integration into CI/CD pipelines.
  • Ability to filter commits by type (e.g., feature, bugfix) and scope.
  • Detailed usage documentation and example configurations.
  • Support for semantic versioning.