Skip to content

Releases: miniscruff/changie

v1.15.0

27 Oct 08:06
1a76af9
Compare
Choose a tag to compare

v1.15.0 on 2023-10-27

Added

Changed

  • #552 Merge will merge all projects versions if projects are enabled.

Fixed

  • #554 Provide a better error message if a change file is invalid.
  • #559 Slashes in FragmentFileFormat resulting in unexpected file paths.

v1.14.0

03 Oct 07:26
4ff889d
Compare
Choose a tag to compare

v1.14.0 on 2023-10-03

Added

  • #530 Option to use "none" as auto level to skip changes when calculating bump version

v1.13.1

16 Sep 20:12
e43c821
Compare
Choose a tag to compare

v1.13.1 on 2023-09-16

Fixed

  • #536 customs template function returns an empty string instead of an error for missing keys.

v1.13.0

19 Aug 23:47
d7fdb45
Compare
Choose a tag to compare

v1.13.0 on 2023-08-19

Added

  • #505 Option to edit body messages with a text editor using -e/--editor
  • #503 Option to batch unreleased changes when merging changelogs
  • #520 Allow usage of prefixed environment variables in post
  • #512 Projects configuration options and command arguments for monorepo support. Currently in preview mode.

v1.12.0

16 Mar 22:59
Compare
Choose a tag to compare

v1.12.0 on 2023-03-16

Added

  • #93 Support for multiline prompts and bodies

Changed

  • #457 Switched prompt tool to cqroot/prompt, a bubbletea based prompt

v1.11.1

05 Feb 19:58
2b93b1d
Compare
Choose a tag to compare

v1.11.1 on 2023-02-05

Fixed

  • #453 Default auto level for deprecation is now minor to match semver

v1.11.0

26 Jan 10:28
de6dc98
Compare
Choose a tag to compare

v1.11.0 on 2023-01-26

Added

  • #439 Auto mode to batch and new which uses kind configs to automatically determine the next bump level

v1.10.2

20 Dec 00:30
efa323b
Compare
Choose a tag to compare

v1.10.2 on 2022-12-19

Fixed

  • #430 Remove extra newline character from the output of changie latest

v1.10.1

11 Dec 22:03
c04819c
Compare
Choose a tag to compare

v1.10.1 on 2022-12-11

Fixed

  • #404 Init command will exit if a changie config file already exists, a new force option exists if you want to reset your config
  • #406 Batch command will exit if the version file already exists, a new force option was added if you want to override it

v1.10.0

22 Oct 03:02
02acc56
Compare
Choose a tag to compare

v1.10.0 on 2022-10-22

Added

  • #372 Environment variable loading based on prefix