- Cleanup and minor fixes - Readme updates - Update dependencies
0.13.0
--------------------
- Add ability to configure base branch with `-b` - Optimizes git shortlog to be faster - Dependency updates
0.12.2
--------------------
- Optimizes FindHistoricalReviewers to look over the entire repository at once (Fixes https://github.com/albertyw/git-reviewers/issues/40)
0.12.1
--------------------
- Fixed a bug where too many usernames would cause arc to lock up querying phabricator - Updated README - Removed support for python 3.4 and 3.5 - Dependency updates
0.12.0
--------------------
- Changed entrypoint from git_reviewers to git-reviewers - Added support for reading the default config file of the current user - Refactors to reading configs - Backfilled some mypy type annotations - Updated dependencies
0.11.1
--------------------
- Make phabricator user activation check faster - Add documentation in readme about configuration file - Fix package description syntax - Dependency updates