Releases: pg8wood/changelog-generator
Releases · pg8wood/changelog-generator
1.0.1
1.0.0
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
Added
- Add all changelog entry types from the Keep a Changelog spec
- Types of changes are
Added
,Changed
,Deprecated
,Removed
,Fixed
, andSecurity
- Types of changes are
- Add versioning information to the tool
- Run
changelog --version
- Run
- 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