- Major changes
- Redesign changelog affecting part (see #106);
- Move ignore_commits to config for each changelog (see
7dfb6f7
); - Implement ignored commits (closes #81) and refactor checkLocalChangelogF (see
de7bbbd
); - Update README (see
c519e90
); - Ignore .changelogged.yaml in changelogged.yaml (see
a87c565
); - Fix bug with multiple watch and ignored files, use cleaner git commands (see
1c0d594
); - Ignore changes to ChangeLog itself by default (only own, no mention in config. Closes #77) (see
fb861db
); - Ignore all given changelogs by default (see
2fed677
); - Refactor config loading (see
1f03cdc
); - Split defaultMain to main and consistent changelog checking part (see
1fb5141
); - Refactor changelog affecting functions (see
cf31c84
); - Restructure functional parts (see
f7ef415
); - Make bump-versions and update-changelog proper commands (see
bede39c
); - Add success pretty printer (see
9addf91
);
- Move ignore_commits to config for each changelog (see
- Enhancements (see #89);
- Move computations from IO and enhance correspondingly (see #93);
- Enhancements (see #101);
- Remove default changelogs (closes #96) (see
bbae67d
); - Derive FromJSON instances and add level headers to config (see
71ea07a
); - Use custom level headers (see
357253a
); - Derive FromJSON with TH to transform field names (see
17cc325
); - Fix and refactor function to infer version from changelog (see
3bb1036
); - Use Enum instance for Level in getLevelOfChanges function (see
e655ead
); - Factor out json field modifier to Pure (see
611f10c
); - Split version_pattern, derive ToJSON instances (see
fea956e
); - Do not require --format=suggest for writing to changelog and refactor a bit (see
dbc381b
); - Remove checkChangelogWrap (see
97de3e3
);
- Remove default changelogs (closes #96) (see
- Redesign changelog affecting part (see #106);
- Minor changes
- Fixes
- Docs
-
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
branch
config (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-files
and improve description (seeb4a2efb
); - Fix image paths in README (see
6028f57
); - Track changes for
HEAD
instead of origin/master (see0f5c839
); - Use
--abbrev=0
to get clear tag name (see4f50f22
); - Fix version bump to just use
version_pattern
(see976633f
);
- Remove orphan instances (see