Skip to content

v0.15.0

Compare
Choose a tag to compare
@outofcoffee outofcoffee released this 21 Dec 15:14
· 30 commits to main since this release

Changelog

  • 0bf0f49 build: release v0.15.0.
  • 79e80a5 feat: adds changelog init command.
  • c8eccb0 feat: changelog initialisation defaults file path to repo root.
  • 943c537 feat: supports commit messages that do not follow conventional commit format.
  • a9cb006 fix: deduplicate commit messages within a version.
  • 78ed94c fix: don't add date to unreleased version header.
  • 8344b2f fix: don't ignore changelog init flags.
  • 5700e11 fix: initial changelog should include first tag.
  • 27650b5 fix: semantic version comparison should support tags without 'v' prefix.
  • 8e6328e fix: skip unreleased commits when initialising changelog.
  • a45e7f8 fix: stop after appending tag commits for previous tag.
  • 2bf749b refactor: factors out commit processor.