This is a minor release, with some new features and quality of life fixes.
Features
* a3a0ee2 Auto-truncate plugin tables to fit terminal width (678)
* 3e17c07 Add plugin for managing teacher/TA read access (674)
- The `tamanager` plugin
Bugfixes
* a62f793 Fix get_repos without argument in GitHub and GitLab APIs (670)
Documentation
* d998bdf Add FAQ (690)
- The FAQ is for troubleshooting and is available at https://repobee.readthedocs.io/en/stable/faq.html
* f072a50 Update mention of list-issues to `issues list` (689)
Refactorings
* 81a46e4 Remove hook classes (675)
* 5ecc811 Implement CLI arg containers as descriptors (663)
* 3ea32d5 Refactor the repobee_plug._containers module into multiple modules (662)
Other
* 2eb526f Update addition to PATH variable, fix 684
* 39b2605 List built-in plugin versions as "built-in", fix 683
* eb27bf9 Make dist plugins load even when --no-plugins is specified (679)
* be21c91 Let the echo function take arguments of any kind, fix 667
* c9e8f1c Lint entire project with MyPy (664)