This release consists mostly of bugfixes and improved documentation, but there are a couple of feature changes as well.
Features
* 18bdd9a Stash changes in student repos when cloning with --update-local (748)
* b9d4e35 Weaken `config verify` to warn when user is not owner (727)
Bugfixes
* 126fa8b Crash early on path clash between non-Git directory and to-be-cloned student repo (753)
* 99d1e33 Set pull.ff=only in student repos (750)
* 13c7b70 Add support for configuring list-like arguments (747)
* 9816cdc Weaken expression to detect empty remote repo
Documentation
* 910e28d Add README detailing how to build documentation (743)
* cf5eb1e Add section on using a virtual environment for plugin development (742)
* 9866dcb Only include repobee module in RepoBee module reference (740)
* 5c204a5 Document how to package a plugin (739)
* e0095ee Update system tests README, fix 589
* ee04e13 Update GitLab plugin docs
* 79e7b08 Remove references to master repositories 584
* f2d838f Add TA quickstart to docs (734)
* efae4cd Add labels to builtin plugin docs (731)
* 4be1fd3 Remove outdated configuration docs (729)
Other
* 5465754 Print more specific error message on crash in plugin (749)
* c5de90c Enable install script to install from local directory (736)