Skip to content

Releases: ieedan/changy

v0.2.5

03 Sep 15:36
5e975af
Compare
Choose a tag to compare

Patch Changes

  • 3528a8a: Fixed issue where the add command would add a change for every heading.

v0.2.4

26 Aug 16:06
4ab7ee8
Compare
Choose a tag to compare

Patch Changes

  • 15a5dd0: Still trying to fix build issues

v0.2.3

26 Aug 15:10
3c958b9
Compare
Choose a tag to compare

Patch Changes

  • c2fb233: Fixes issue with building that would cause issues when installing or using.

v0.2.2

25 Aug 22:47
29e2360
Compare
Choose a tag to compare

Patch Changes

  • d2547f0: Changed the punctuation and coloring in some messages.

v0.2.1

21 Aug 17:09
77b500c
Compare
Choose a tag to compare

Patch Changes

  • ffc017d: fix: Changes would be added multiple times

v0.2.0

14 Aug 16:15
2de2113
Compare
Choose a tag to compare

Minor Changes

  • 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 the latest 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.

Patch Changes

  • 546b40e: chore: Added tests for add, and latest commands
  • 546b40e: fix: There is no longer a significant new line when adding changes to the last category of the only entry

v0.1.0

08 Aug 16:24
c59d30c
Compare
Choose a tag to compare

Minor Changes

  • 3fcf0b6: feat: init command now initializes with default settings without prompts.