Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

56 lines (32 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

0.2.2 - 2023-03-27

Added

  • Added possibility to supply 'None' for empty git tag prefix

Fixed

  • Fix passing git tag prefix to check changelog

0.2.1 - 2023-03-24

Fixed

  • Fix checking if local branch is behind

0.2.0 - 2023-03-24

Added

  • Ability to skip checks

Fixed

  • Push commited bumped version
  • Respect git tag prefix when checking for diffs

0.1.1 - 2023-02-01

Changed

  • Use 'v' prefix for git tags as default

Fixed

  • Fixed wrong display of build and publish step
  • Fixed version bumping commit bug

0.1.0 - 2023-01-31

Initial release