[3.0.0-beta.1](https://github.com/nickderobertis/copier-pypi-sphinx-flexlate/compare/v2.10.0...v3.0.0-beta.1) (2022-07-26)
Bug Fixes
* Add another rMacOS platform used in github actions ([1b0265e](https://github.com/nickderobertis/copier-pypi-sphinx-flexlate/commit/1b0265e513a331279f38e2d7990686ae3c44537b))
* Add github token to Github actions setup-just to fix intermittently failing due to Github API rate limit ([fec54cf](https://github.com/nickderobertis/copier-pypi-sphinx-flexlate/commit/fec54cff3d651a6d3813ce56ca88bb23467865a3))
* Add multivenv to global reqs and use global venv to determine tests requirement file for nox ([cc69436](https://github.com/nickderobertis/copier-pypi-sphinx-flexlate/commit/cc69436b71ae8b718ae6836f860b21164a627680))
* Add the MacOS version being used in Github Actions runner to mvenv platforms ([0d4de99](https://github.com/nickderobertis/copier-pypi-sphinx-flexlate/commit/0d4de9938497048cd386796fe6c4ca96371536eb))
* Exclude venvs and build folders in isort and autoflake configs ([17cffff](https://github.com/nickderobertis/copier-pypi-sphinx-flexlate/commit/17cffff816c5e889387314318a114e8f06882a8f))
* Install PyYAML in CI ([99e3728](https://github.com/nickderobertis/copier-pypi-sphinx-flexlate/commit/99e3728608898321bc0037136743e0f979767152))
* Remove call to deleted nox command ([af8b39e](https://github.com/nickderobertis/copier-pypi-sphinx-flexlate/commit/af8b39e56e8b2b1f86c80bd0e2abbe6878fa88e1))
* Remove repo topics from PyPI classifiers. It will reject the package if the classifier is not in an approved list ([032c5ac](https://github.com/nickderobertis/copier-pypi-sphinx-flexlate/commit/032c5ac00eb2b01bdd9bf551c787e570d2483b83))
* Rename windows platform to that of Github runner ([0516666](https://github.com/nickderobertis/copier-pypi-sphinx-flexlate/commit/0516666a2fdcee58cb2db48a09d1870cfe3459dc))
* Try moving install of system python deps after setup-python ([ab2fd55](https://github.com/nickderobertis/copier-pypi-sphinx-flexlate/commit/ab2fd55efd611bc460bdb5fe3e687aeef1b8fbc6))
* Try single quotes for hash files format ([0e4b5d5](https://github.com/nickderobertis/copier-pypi-sphinx-flexlate/commit/0e4b5d5fa84a6548c100af16fd9504095879070e))
* Try to fix venv caching by using reqs extension instead ([0694612](https://github.com/nickderobertis/copier-pypi-sphinx-flexlate/commit/0694612312a3b5675d1db1bb5b8b56c1cfd83c67))
* Upgrade multivenv and recompile ([8e49cb1](https://github.com/nickderobertis/copier-pypi-sphinx-flexlate/commit/8e49cb1f5fd2a91fa9120e1a1b44719476cb4a6a))
* Use discovered requirements for venvs, not config requirements ([4a5265f](https://github.com/nickderobertis/copier-pypi-sphinx-flexlate/commit/4a5265fcfe20d2170f646faaf53c20a622e5ea4c))
* Use global venv to run autoflake for import stripping ([7446282](https://github.com/nickderobertis/copier-pypi-sphinx-flexlate/commit/7446282c290073e270c65bcf0f0189be82ff47b6))
Features
* Add pre-commit hook for mvenv compile. TODO: only supports lint venv for now ([171bd6f](https://github.com/nickderobertis/copier-pypi-sphinx-flexlate/commit/171bd6fca60a4d104070b4bb3e419e655518e539))
* Use just instead of nox. Add direnv to manage local binaries and use to install just ([5b16ff1](https://github.com/nickderobertis/copier-pypi-sphinx-flexlate/commit/5b16ff14aed848f82a769c0b2b4c3e750174b0d7))
* Use multivenv to manage multiple venvs ([cb12154](https://github.com/nickderobertis/copier-pypi-sphinx-flexlate/commit/cb121547b5c1dde85fce302a50b3c7b75287c4af))
BREAKING CHANGES
* nox commands have been replaced with just commands. direnv must now be installed to work with the repo.