Releases: miniscruff/changie
Releases · miniscruff/changie
v1.21.0
v1.21.0 on 2024-09-12
✨ Added
- #713 Support filepath globs in replacements
🪲 Fixed
- #714 Clean up release notes files if any error takes place during the batch process
v1.20.1
v1.20.1 on 2024-09-08
🪲 Fixed
- #688 Validate kinds match config in fragment when batching release notes
v1.20.0
v1.20.0 on 2024-09-08
✨ Added
- #702 Rework replacement to support grouping
- #706 KindKey and KindLabel values to Change data to be used in formats
v1.19.1
v1.19.1 on 2024-06-25
🪲 Fixed
- #675 New command can now properly create a fragment via custom CLI arguments if using a kind with custom choices.
v1.19.0
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
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
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
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
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
v1.15.1 on 2023-10-29
Fixed
- #569 Merge unreleased now only merges project-specific changes into each project.