Releases: miniscruff/changie
Releases · miniscruff/changie
v1.22.0
v1.22.0 on 2025-06-01
✨ Added
- #771 Interactive flag to new command to support terminals that can not take user inputs
- #780 Diff command to output release notes between versions
🪲 Fixed
v1.21.1
v1.21.1 on 2025-02-08
🪲 Fixed
- #743 Merging when configured to use projects but the changelog path does not yet exist
- #743 next version with projects without any releases returns v1.0.0 instead of an error
- #687 Missing yaml struct tags on a few configs for json schema
- #745 Do not output usage when errors occur
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