Skip to content

Releases: miniscruff/changie

v1.2.0

11 Nov 21:39
48f581d
Compare
Choose a tag to compare

Added

  • #180 Regular expression flag option for replacements

Docker images

  • docker pull ghcr.io/miniscruff/changie:v1
  • docker pull ghcr.io/miniscruff/changie:v1.2
  • docker pull ghcr.io/miniscruff/changie:v1.2.0

v1.1.0

24 Oct 23:13
Compare
Choose a tag to compare

v1.1.0 - 2021-10-24

Added

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

Docker images

  • docker pull ghcr.io/miniscruff/changie:v1
  • docker pull ghcr.io/miniscruff/changie:v1.1
  • docker pull ghcr.io/miniscruff/changie:v1.1.0

v1.0.0

04 Sep 22:08
2fa3fa6
Compare
Choose a tag to compare

v1.0.0 - 2021-09-04

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

12 Jul 01:09
9be2b59
Compare
Choose a tag to compare

v0.7.0 - 2021-07-12

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

  • #141 Default kind format does not have a newline to start

v0.6.0

04 Jul 22:17
Compare
Choose a tag to compare

v0.6.0 - 2021-07-04

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

10 May 07:36
Compare
Choose a tag to compare

v0.5.0 - 2021-05-10

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

24 Feb 08:40
8700ff7
Compare
Choose a tag to compare

v0.4.1 - 2021-02-23

Fixed

  • #48 Add maintainer to deb and rpm releases
  • #48 Update homepage in releases to changie.dev

v0.4.0

02 Jan 03:08
963746b
Compare
Choose a tag to compare

v0.4.0 - 2021-01-01

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

28 Dec 08:08
f625ede
Compare
Choose a tag to compare

v0.3.0 - 2020-12-28

Added

  • #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

v0.2.0

27 Dec 08:21
0c8f95d
Compare
Choose a tag to compare

v0.2.0 - 2020-12-27

Changed

  • #22 Remove prefix argument in latest command is now a bool