What's Changed
Releases version `0.2.0`: https://pypi.org/project/reviews/
Breaking Changes
* implements standardized configuration for environmental variables (157) implemented a change to configuration within `reviews`. All application-specific environmental variables are now prefixed with `REVIEWS_` and all GitHub variables prefixed with `GITHUB_`. see https://github.com/apoclyps/reviews/pull/157 or the [README](https://github.com/apoclyps/reviews/blob/main/README.md) for more details.
Changelog
* adds metric command (158)
* implements standardized configuration for environmental variables (157)
* Bump pylint from 2.8.2 to 2.8.3 (156) …