What's Changed
* NEW: Allow users to provide an explicit process count by rtobar in https://github.com/sphinx-contrib/sphinx-lint/pull/78
* NEW: `sphinx-lint` is now ~3x faster
* Use pre-compiled regular expressions by rtobar in https://github.com/sphinx-contrib/sphinx-lint/pull/77
* Add caches to hot functions in `utils.py` that are called from multiple locations by AlexWaygood in https://github.com/sphinx-contrib/sphinx-lint/pull/79
* Micro-optimise `check_missing_space_after_role()` by AlexWaygood in https://github.com/sphinx-contrib/sphinx-lint/pull/80
* Add a cache to `rst.inline_markup_gen()` by AlexWaygood in https://github.com/sphinx-contrib/sphinx-lint/pull/81
* Pre-compile nearly all regex patterns by AlexWaygood in https://github.com/sphinx-contrib/sphinx-lint/pull/82
* Improve the caching strategy employed in `utils.py` by AlexWaygood in https://github.com/sphinx-contrib/sphinx-lint/pull/84
* INFRA: Add a deploy.yml that supports trusted publishing. by ezio-melotti in https://github.com/sphinx-contrib/sphinx-lint/pull/88
* INFRA: Update Python version used to test friend projects. by ezio-melotti in https://github.com/sphinx-contrib/sphinx-lint/pull/85
New Contributors
* AlexWaygood made their first contribution in https://github.com/sphinx-contrib/sphinx-lint/pull/79
**Full Changelog**: https://github.com/sphinx-contrib/sphinx-lint/compare/v0.6.8...v0.7.0