Changelog for changelogged-0.2.0
0.2.0
-
Major changes
- Redesign configuration format (see #76);
- universal changelog configuration;
- separate version files from watched files (those can be different);
- ignored files;
- add optional version
branchconfig (for Git Flow projects where development and feature branches might not have version tags associated with them); - pretty printing config and git info summary on start;
- fix PR and commit links for projects with
git@github.com:remote url;
- Improve CLI (see #64);
- Redesign configuration format (see #76);
-
Minor changes
-
Fixes
- Remove orphan instances (see
c9ffce3); - Add images to
extra-source-filesand improve description (seeb4a2efb); - Fix image paths in README (see
6028f57); - Track changes for
HEADinstead of origin/master (see0f5c839); - Use
--abbrev=0to get clear tag name (see4f50f22); - Fix version bump to just use
version_pattern(see976633f);
- Remove orphan instances (see