* [BUGFIX] Fixed an issue where calling a command without a wily index would run the CLI wizard prompt, but immediately crash because the --skip-git-ignore flag no longer exists (https://github.com/tonybaloney/wily/issues/61)
1.12.0
* [BUGFIX] Fixed an issue where path could not be set via the configuration file because it is required in the CLI * Metrics no longer need to be in full, e.g. 'raw.loc', but instead can simply be the name, e.g. 'loc' across all commands.
1.11.0
* Added a `--console-format` option to the report command to create Markdown, rST or other formats.
1.10.0
* Report command now has the ability to generate HTML reports with the `-f HTML` option DahlitzFlorian * Halstead metrics enabled by default
1.9.0
* Wily now supports Windows! Full test suite works on Windows, Mac OS and Linux * Wily no longer puts the .wily cache in the target path, cache is now stored in the $HOME path. This means you no longer need to add .wily to .gitignore before running a build. Wily will isolate cache folders based on the absolute path * Added a --cache flag to specify the path to the cache for shared cache's * Added `-V` version flag and added current version to `--help` header DahlitzFlorian
1.8.2
* [BUGFIX] Fixed an issue where the aggregation of the maintainability.rank metric would cause the build to crash if 2 files in the same directory had the same rank.