- 3528a8a: Fixed issue where the
add
command would add a change for every heading.
- 15a5dd0: Still trying to fix build issues
- c2fb233: Fixes issue with building that would cause issues when installing or using.
- d2547f0: Changed the punctuation and coloring in some messages.
- ffc017d: fix: Changes would be added multiple times
- 546b40e: breaking: Removed the --with-date flag from
latest
command and now date is always included in the output - 546b40e: feat: You can now provide the
--json
flag to thelatest
command to get the latest changelog in json form - 7fbaf2d: deprecated: The path of the changelog file is now configurable through the settings file past versions will get a warning telling them to provide
"path"
in their.changyrc
file.
- 546b40e: chore: Added tests for
add
, andlatest
commands - 546b40e: fix: There is no longer a significant new line when adding changes to the last category of the only entry
- 3fcf0b6: feat: init command now initializes with default settings without prompts.