Changelog of @hackage/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 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);
  • Minor changes

    • Enable Travis CI (see #65);
    • Move code from Main to Changelogged.Main (see 1194b20);
    • Ignore tag at HEAD (see 35cae7c);
  • Fixes

    • Remove orphan instances (see c9ffce3);
    • Add images to extra-source-files and improve description (see b4a2efb);
    • Fix image paths in README (see 6028f57);
    • Track changes for HEAD instead of origin/master (see 0f5c839);
    • Use --abbrev=0 to get clear tag name (see 4f50f22);
    • Fix version bump to just use version_pattern (see 976633f);