CHANGELOG.md in reviewer-0.1.0 vs CHANGELOG.md in reviewer-0.1.1

- old
+ new

@@ -1,5 +1,18 @@ ## [Unreleased] +- TODO: Add Runner to handle timing, logging, and exit status +- TODO: Add Targets to handle targeting specific files +- TODO: Add support for Targets in Tool/Command generator + +## [0.1.1] - 2021-04-17 + +It doesn't work just yet, but it's filling out. Primarily, this enables it to parse the configuration file and turn each tool's settings into a runnable command string for install, prepare, review, and format. + +- Added Configuration Management +- Added command-line framework with option parsing +- Created configuration loading bits +- Built pieces to generate complete command strings + ## [0.1.0] - 2021-04-16 - Initial release