Skip to content

Releases: pg8wood/changelog-generator

1.0.1

07 Apr 16:28
5ccfea2
Compare
Choose a tag to compare

Fixed

  • Constrain all dependencies to exact versions to preserve stability

1.0.0

31 Jan 21:43
fdf9410
Compare
Choose a tag to compare

We've been using this tool for nearly a year now, so I'd say that warrants a 1.0.0 release 🥳

Special thanks to @mrketchup for solid code review, feature ideas, and bug reports along the way

Added

Changed

Fixed

0.2.0

11 Mar 19:32
e018761
Compare
Choose a tag to compare

Added

  • Add all changelog entry types from the Keep a Changelog spec
    • Types of changes are Added, Changed, Deprecated, Removed, Fixed, and Security
  • Add versioning information to the tool
    • Run changelog --version
  • Improve error messaging when a corrupted file is encountered

Changed

  • Save changelog entries as Markdown files to facilitate easier code review
  • Use imperative mood for changelog commands. This feels better when executing a command and will feel more familiar to git users

Fixed

  • Fix a few typos in the tool's output
  • Use yyyy date formatting to avoid weird, sneaky bugs

0.1.1

26 Feb 23:02
d2348f1
Compare
Choose a tag to compare

It might be nice if the binary actually included all the dynamic libraries it needs to run

0.1.0

26 Feb 21:24
c1cce3a
Compare
Choose a tag to compare

Initial release