Skip to content

Latest commit

 

History

History
76 lines (44 loc) · 1.84 KB

CHANGELOG.md

File metadata and controls

76 lines (44 loc) · 1.84 KB

Change Log

All notable changes to this project will be documented in this file. See versionize for commit guidelines.

1.6.2 (2021-1-9)

Bug Fixes

  • use preview version 0.27.0-preview-0096 to circumvent Ubuntu 20.04.1 issues (#19) (f6ac24e)

1.6.1 (2020-11-29)

Bug Fixes

  • use friendly name of tag instead of annotation to support projects using lightweight tags (1d07076)

1.6.0 (2020-11-29)

Features

  • support dotnet 5
  • add github links to changelog (#12)
  • Write change with scope (#10)

1.5.1 (2020-8-16)

Bug Fixes

  • fix changelog link generation issues to support appending to existing changelogs

1.5.0 (2020-8-16)

Features

  • add option to include all commit in a changelog

1.4.0 (2020-8-11)

Features

  • Added parameter to ignore insignificant commits (#8)

1.3.0 (2020-1-22)

1.2.0 (2018-12-18)

Features

  • add skip-commit option to not commit changes made to changelog and project
  • add command line option --silent to supress cli output

1.1.0 (2018-10-5)

Features

  • add version option to cli

1.0.0 (2018-9-29)

Bug Fixes

  • add less space aftre blocks
  • correctly remove the preamble
  • append changelog block if NOT empty
  • prepend preamble

Features

  • add options to release a specifc version, prepare for ci and increase test coverage
  • implement changelog and the like