All Versions
22
Latest Version
Avg Release Cycle
32 days
Latest Release
545 days ago

Changelog History
Page 2

  • v1.3.0 Changes

    January 28, 2022

    โž• Added

    • ๐Ÿ”€ #203 dry-run option to merge command
    • #202 dry-run option to new command
    • #201 dry-run option to batch command
    • #196 Keep option to batch command to not delete fragments

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ #204 Default directory name to .changes for init command
  • v1.2.0 Changes

    November 10, 2021

    โž• Added

    • #180 Regular expression flag option for replacements
  • v1.1.0 Changes

    October 24, 2021

    โž• Added

    • #166 Option to use environment variable for config path
    • #166 Try and load .changie.yml if .changie.yaml fails
  • v1.0.0 Changes

    September 04, 2021

    ๐Ÿš€ With this release Changie aims to maintain compatibility for the CLI and options. ๐Ÿ‘Œ Support for and use of Changie as an imported package is not recommended.

  • v0.7.0 Changes

    July 12, 2021

    โž• Added

    • #123 Option to customize body prompt similar to string choice
    • #123 Min and max length checks for string choices
    • #136 Option for additional choices per kind
    • #136 Option to skip global choices per kind
    • #136 Option to skip body prompts per kind
    • #137 Change format option per kind

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ #141 Default kind format does not have a newline to start
  • v0.6.0 Changes

    July 04, 2021

    โž• Added

    • #116 Optional component layer above kinds

    ๐Ÿ”„ Changed

    • #118 Kinds can be extended with custom headers
    • #116 Kind prompt can be toggled off
    • #116 Kind headers are now optional
  • v0.5.0 Changes

    May 10, 2021

    โž• Added

    • #92 Option to include a header file when batching fragments into a version file.
    • โœ… #98 Next command that echoes the latest version incremented by one.
    • ๐Ÿ‘ #100 Batch now supports bumping major, minor, and patch
  • v0.4.1 Changes

    February 23, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿš€ #48 Add maintainer to deb and rpm releases
    • ๐Ÿš€ #48 Update homepage in releases to changie.dev
  • v0.4.0 Changes

    January 01, 2021

    โž• Added

    • ๐Ÿ”€ #34 Option to find and replace in files during merge command

    ๐Ÿ›  Fixed

    • ๐Ÿš€ #33 Latest command when no releases exist will return v0.0.0 instead of panicking
  • v0.3.0 Changes

    December 28, 2020

    โž• Added

    • 0๏ธโƒฃ #29 Reference to changie in default header template

    ๐Ÿ”„ Changed

    • #28 Custom choices is now an array of Custom instead of a map

    ๐Ÿ›  Fixed

    • ๐Ÿš€ #25 Incorrect file permissions on init when creating unreleased directory