- Remove `FindDiffLogReviewers` because it overlaps with `FindLogReviewers` - Remove `--path` from installation script and readme - Update readme - Update mypy dependency
0.5.0
-------------------
- Add `--copy` flag to copy reviewers to OS clipboard - Various refactors and minor fixes
0.4.0
-------------------
- Remove no-op `--path` argument - Add an `--ignore` argument for ignoring possible reviewers - Weight reviewers by the frequency they show up in previous git history
0.3.1
-------------------
- Limit to 7 reviewers - Support weighting/sorting reviewers - Add PEP-484 type annotations for mypy
0.3.0
-------------------
- Get reviewers based on arcanist reviewers in commit messages - Remove uber-specific logic - Add `-v` to read git-reviewer version
0.2.0
-------------------
- Be able to gather reviewers based on the changed files compared to master branch - Updated testing dependencies - Lots of refactors, fixes