Skip to content

Releases: miniscruff/changie

v1.19.0

13 May 05:10
Compare
Choose a tag to compare

v1.19.0 on 2024-05-13

✨ Added

  • #651 Search upwards for a changie config file
  • #612 Key option to kind configs to separate visual labels from file names and fragment values

v1.18.0

15 Jan 21:21
ec0d23a
Compare
Choose a tag to compare

v1.18.0 on 2024-01-15

Added

  • #591 Replacements can now be configured per project in a monorepo setup

Removed

  • #597 Preview warning when using projects

v1.17.0

15 Dec 08:47
8b97b00
Compare
Choose a tag to compare

v1.17.0 on 2023-12-15

Added

  • #586 VersionNoFormat can be used in the VersionFormat configuration
  • #584 New command will create the unreleased folder if it does not already exist

v1.16.1

08 Dec 06:54
bf07203
Compare
Choose a tag to compare

v1.16.1 on 2023-12-08

Fixed

  • #582 Running changie through NPM did not redirect the input stream, rendering 'changie new' inoperable

v1.16.0

12 Nov 19:45
b7d2abf
Compare
Choose a tag to compare

v1.16.0 on 2023-11-12

Changed

  • #571 Project prompt is now a multichoose prompt to allow one change to affect multiple projects without repeating the prompts
  • #571 Project command line argument for new is now a list of projects and uses --projects instead of --project

v1.15.1

30 Oct 05:42
464aea8
Compare
Choose a tag to compare

v1.15.1 on 2023-10-29

Fixed

  • #569 Merge unreleased now only merges project-specific changes into each project.

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.