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